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
If a tree node is moved to another parent with move, parentKey is not updated, which leads to unexpected issues in the subsequent updates to the tree.
🤔 Expected Behavior
parentKey on the moved node should be updated to the key of the new parent.
💻 Code Sample
I didn't have time to provide a code sample, and it's such a tiny bug. I'm gonna create a PR soon with a test case and the fix. Let me know if a code sample is still needed.