rcdexta / react-trello

Pluggable components to add a kanban board to your application
https://rcdexta.com/react-trello/
MIT License
2.19k stars 482 forks source link

index.js:1 Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. #539

Open shahed-swe opened 7 months ago

shahed-swe commented 7 months ago

Describe the bug While I move cards to another lane continuously very fast it's occuring the issue.

To Reproduce Steps to reproduce the behavior:

  1. Create Multiple cards in multiple lanes. (10 card on each lane will be great)
  2. Try to move card to another very fast. (Noticeable thing: It's producing while using or not using this: handleDragEnd )

Expected behavior A card that I have moved to the targeted lane,sometime it stays on the same lane

Screenshots

image image
shahed-swe commented 7 months ago

Also there is another error coming with 'setDragables' is undefined. This is also coming for the same type of process