Nantris
Nantris
I'm reviewing packages for us to upgrade and noticed that there are no changes detailed beyond `2.18.x`. Are there plans to add a list of changes?
Will this library be updated to use @floating-ui behind the scenes? Or will it remain on @popperjs
Just wondering about our upgrade paths. If this package will not be updated; is there a migration guide? Thanks for the excellent work!
**I'd expect both of these cases to count as exports:** `module.exports = {}` // Should probably not trigger `export * from './someFile'` // Should almost definitely not trigger
Note: I assume that technically `yield all` does run consecutively in a sense, I'm not sure how to phrase the title more clearly, but hopefully the issue text will make...
One or more of the dependencies for `svgo` depends on `coa`. The current version being installed with `svgo` is `[email protected]`, which is safe. Newer versions are infected with malware, so...
Is the `index` of the current location in the history stack accessible somewhere besides our un-connected `history` object? I don't see it in either our connected-history, nor in our Redux...
Any ideas about why this may be?
It would be awesome if we could remove [`keycode`](https://www.npmjs.com/package/keycode) completely in favor of `is-hotkey`. Is it possible to reproduce the behavior? The below will match any Enter key press, whether...
I'm looking at potentially moving to Rekit, but I'm wondering if it supports Webpack 4 which is what I'm currently using, or if this doesn't matter? Thanks very much Nate!
Based on @opula's fork. The change that seems to make things work is fixing the `scrollContainer` not being set.