atlassian / react-beautiful-dnd

Beautiful and accessible drag and drop for lists with React
https://react-beautiful-dnd.netlify.app
Other
33.26k stars 2.53k forks source link

Virtualized nested list (Cannot find droppable entry with id(uuid)) #1706

Open rabrenio opened 4 years ago

rabrenio commented 4 years ago

It seem's that virtualized nested list is not working as expected if you try to drag the nested item scrolling towards bottom this error happens Cannot find droppable entry with id(uuid)

Tried both with react-window and react-virtualized

Please see the link below https://codesandbox.io/s/simple-virtual-list-board-hc3vc?fontsize=14&hidenavigation=1&theme=dark

libs: react-beautiful-dnd 12> react-window 1.8.5

thanks

dohoangtung commented 4 years ago

same issue here

paulhan221 commented 4 years ago

also getting this with react-virtual

twistedrc1017 commented 3 years ago

anybody figure out how you're supposed to handle droppables unmounting during a drag event ?