Joachim Wester
Joachim Wester
The problem is at lines 168-169. Although 18.0.0 satisfies ```">=16.8"```, it will be limited by ``` "^17.0.2"``` in the ```devDependencies``` when resolving in a dev context. ``` 168: "react": "^17.0.2",...
https://cdn.esm.sh/v74/[email protected]/es2021/zustand.js?dev
In addition to Zustand, there was also a version 17 upper limit on React in ```react-use-measure``` in its developer dependencies. I provided pull requests for both repos.
@dai-shi I agree. Not a problem. Just change it to ```">=16.8"```. That would do the trick. The essential part is that it does not make sense why the developer context...
@dai-shi WDYT?
To save time for y'all: **Unfortunately, the ESM folder does NOT contain an ESM distribution** The ESM folder gives you the impression that it contains an ESM implementation of Monaco....
I'm so sorry for the unreasonable delay. It should now be fixed. If you can, could you please verify that the issue is now fixed?
> a. the result is simply wrong - mostly like the difference between the arrays is a big one. This sounds alarming. Wrong as in producing a big set of...
This would be a major change. If you can provide a simple plugin system such that existing users are not impacted for size and performance we could accept this as...
Thanks for the feedback. There is no built-in functionality for this. I think it is well suited for a separate pass before applying the patch. A router like radix tree...