react-beautiful-dnd
react-beautiful-dnd copied to clipboard
Support React 18
add react ^18.0.0 and react-dom ^18.0.0 as peerDependencies
This will be great. Also running strict mode with react 18 does not work.
Hi! As mentionned by @Paul6552, I'll work to add support for react v18 on @react-forked/dnd package. It's a fork of react-beautiful-dnd. You can read this blog post for more info :slightly_smiling_face:
I'll keep you updated here in this issue and on the issue on @react-forked/dnd repo.
You can also follow the progress here in this draft PR.
@react-forked/dnd doesn't work with React 18 and StrictMode. https://codesandbox.io/s/determined-bouman-k81oqv
🎉 @hello-pangea/dnd now supports React 18 and react strict mode!
npm install @hello-pangea/dnd- Replace all imports of
react-beautiful-dndwith@hello-pangea/dnd - Enjoy :)
Hey folks, this is available in the latest version. Let's continue the conversation around strictmode here: https://github.com/atlassian/react-beautiful-dnd/issues/2350
Hey folks, this is available in the latest version. Let's continue the conversation around strictmode here: #2350
You mean there has been a new release of react-beautiful-dnd? Whats the version number?
Also, any plans on fixing the redux warning about the "pure" option being removed?
https://github.com/atlassian/react-beautiful-dnd/releases
Latest patch should have it 😄.
Sorry no plans there, I've been helping with this lib in a personal capacity at the moment.