You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
It seems that there's some async issues on managing target IDs while rendering node / placeholders.
==== Environment ====
Mac mini M2 | macOS 14.3 | Firefox 118.0.1 & Safari 17.3 | React 18.2
(It's device and OS dependent and works fine when viewing from my iOS devices.)
==== Ways to Reproduce ====
Placeholder failed to render and dragging a node rapidly over a tree could possibly throw a run-time error (which is impossible to catch since it's raised from the React-dnd bundle).
It seems that there's some async issues on managing target IDs while rendering node / placeholders.
==== Environment ====
Mac mini M2 | macOS 14.3 | Firefox 118.0.1 & Safari 17.3 | React 18.2
(It's device and OS dependent and works fine when viewing from my iOS devices.)
==== Ways to Reproduce ====
Placeholder failed to render and dragging a node rapidly over a tree could possibly throw a run-time error (which is impossible to catch since it's raised from the React-dnd bundle).
==== Error Message ====
Expected targetIds to be registered.
invariant@http://localhost:3000/static/js/bundle.js:1610:24
checkInvariants@http://localhost:3000/static/js/bundle.js:10076:68
hover@http://localhost:3000/static/js/bundle.js:10053:20
@http://localhost:3000/static/js/bundle.js:10375:43
@http://localhost:3000/static/js/bundle.js:141623:31
==== Media ====
https://github.com/nosferatu500/react-sortable-tree/assets/48004590/64b13272-bc25-4271-8331-c94eedee64b8
The text was updated successfully, but these errors were encountered: