Jorge Gonzalez
Jorge Gonzalez
I suspect that MMRA will work just fine in Safari, it just needs to be bundled as a Safari extension.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining ```js // first and second may be null or undefined: let nestedProp = obj.first && obj.first.second; // The line above should be transformed to this: let nestedProp = obj.first?.second;...
**Is your feature request related to a problem? Please describe.** It would be great to be able to import `useInternalEditor`, `useInternalNode`, and pretty much everything else from the library so...
Any particular reason `3.1.4` is on npm but there's no discrete release here for it?