We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The standalone example https://github.com/hzyhbk/rbd-example
rbd can work with react-hot-loader after HMR
react-hot-loader
I encountered the same problem as #1584 when using rbd with react-hot-loader , after HMR, rbd can't work.
The browser console reports the following warning.
16.13.1
13.0.0
Google Chrome 83.0.4103.116
The text was updated successfully, but these errors were encountered:
Same issue here. It happens even when updating code outside the DragDropContext.
DragDropContext
Sorry, something went wrong.
Just confirming that this is still an issue with the following versions:
[email protected]
The draggable ids don't actually change, at least as reported by attributes in the DOM. Here's a demo from the example repo:
No branches or pull requests
The standalone example https://github.com/hzyhbk/rbd-example
Expected behavior
rbd can work with
react-hot-loader
after HMRActual behavior
I encountered the same problem as #1584 when using rbd with
react-hot-loader
, after HMR, rbd can't work.The browser console reports the following warning.
What version of React are you using?
16.13.1
What version of react-beautiful-dnd are you running?
13.0.0
What browser are you using?
Google Chrome 83.0.4103.116
The text was updated successfully, but these errors were encountered: