-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Does not work with React/Fast Refresh #47
Comments
I have same issue. Is there any way to resolve it? |
@purellarohith I ended up using https://github.com/atlassian/react-beautiful-dnd instead |
I have same issue. I tried both react-beutiful-dnd and react-dnd and this one works far better on mobile. I even tried with using source instead of npm and it still does not reload if using componets passed to:
Code works great. Just no fast refresh in next. |
I wonder if somewhere in npm there is an incorrect case. That seems to be #1 reason to cause this. |
A trick I did to make it work better on mobile is forking beautiful-dnd and setting |
I'm wondering if anyone has got it working with react refresh?
I'm using Next.js and everything is working with fast refresh except react-movable. Tried with react beautiful dnd and that works fine.
I'm forced to fully reload the page every time I change something in a react-movable .
The text was updated successfully, but these errors were encountered: