Julien Benchetrit
Julien Benchetrit
Until someone can put together a real fix which doesn't fail the tests, anybody wanting to use use `react-loadable` should stick to `5.3.1`. (This bug was introduced in `5.4.0`.)
This repo seems abandoned since September. Your options are: - use 5.3.1 - switch to `loadable-components` - use @jaybe78's fork where this has been merged (although I don't think it's...
Thanks @jaybe78! I didn't think that it's on `npm` cause I didn't see a release [here](https://github.com/jaybe78/react-loadable/releases) or a link in your fork's readme.
I'm not a developer on this library but I can't imagine that would be possible. The library will need some kind of DOM element to attach event listeners to.
I didn't fully understand the issue with nesting. I've been using nesting for the feature I'm building and it works just fine, I can drag from anywhere to anywhere.
https://codesandbox.io/s/react-sortablejs-nested-demo-nouiv3 Very simplified version of my tool. You have groups and items. You can nest infinitely in any way you want (except items, which do not accept children, but you...
@andresin87 I'm guessing you can close but I was wondering if you had any thoughts on my nesting example above? There's only one "`setState`" function, it uses DFS to know...
One issue I'm facing is that it stops working with React 18. Not urgent since most other deps still need to catch up to it but it'd be a shame...
If anyone comes this way, I was able to fix this issue on my side with: ``` import { setAutoFreeze } from 'immer'; setAutoFreeze(false); ``` I think the point that...
Hi Anton, it sounds like a serious issue. Did you try deleting `node_modules` and re-installing? J/k! Thanks! I'm sure that all the contributors are super grateful for the appreciation! Also,...