Uncaught Invariant Violation: Expected targetids to be registered after dragging too fast
Hello!
We implemented a two column list using the react hooks and hover functionality. The functionality works great and there are no issues if we move the items inside the same list (reordering) or if we drag the items between the two lists in a normal manner. However, when we try to drag the items between the two lists as fast as we can, we randomly get this error. We looked into all the other topics which we could find but to no avail.
Any ideas?
- OS: Windows
- Browser Chrome
- Version 98.0.4758.102
We are running the latest version of react-dnd. v15.11
Same here. Unfortunately after the error occures the drag preview gets very laggy, so its hard to just ignore the error. Seems to be the same as #763.
I tried to change to the latest version 15.1.1, but it still doesn't work. Surprisingly, this error only exists in the local development environment and disappears after deploying to the server, so how can i fix it?