atlassian / react-beautiful-dnd

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

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

Open parkderick opened 3 years ago

parkderick commented 3 years ago

Common issues setup guide

I’ve included here a code sandbox example link: https://codesandbox.io/s/testdummy1-fe6xq?file=/src/App.js

Check your console

“Invariant failed: Cannot find droppable entry with id ……”

Are you new to rbd?

No

Duplicates

Open: https://github.com/atlassian/react-beautiful-dnd/issues/2157 https://github.com/atlassian/react-beautiful-dnd/issues/1628

Closed: https://github.com/atlassian/react-beautiful-dnd/issues/1867

Expected behavior

I have 2 draggables within the virtual list

List - Dragging a list down the scrollbar works fine. Card - Dragging a card down the scrollbar leads to “Invariant failed: Cannot find droppable entry with id ……”.

Scrollbar to scroll down when dragging card as it does when dragging list.

Actual behavior

Error: “Invariant failed: Cannot find droppable entry with id ……”

Steps to reproduce

Drag a card down the scrollbar

Suggested solution?

What version of React are you using?

"react": "17.0.2"

What version of react-beautiful-dnd are you running?

"react-virtualized": "9.22.3" "react-beautiful-dnd": "13.1.0"

What browser are you using?

Chrome: Version 90.0.4430.85 (Official Build) (x86_64)

Demo

I’ve included here a code sandbox example link: https://codesandbox.io/s/testdummy1-fe6xq?file=/src/App.js

Any help would much be appreciated! Thank you! :)

dmitryTurov commented 3 years ago

hey @parkderick! have you found a workaround for this?

parkderick commented 2 years ago

@dmitryTurov

Hi! No, I haven't unfortunately :/ Any suggestions?

dmitryTurov commented 2 years ago

@parkderick sorry for the delay was on vacation these two weeks. I'll return to the issue the nearest time and if find something I'll ping you!

dmitryTurov commented 2 years ago

@parkderick have no solution so far on my end. I had to rollback virtualization for now

parkderick commented 2 years ago

Thank you @dmitryTurov Update: I still have not found a solution on my end

doubleksk commented 2 years ago

Thank you @dmitryTurov Update: I still have not found a solution on my end

so,have any solution ? I would like to know which version did you rollback

dmitryTurov commented 2 years ago

hi @doubleksk! haven't turned back to the issue since then. completely discarded a virtualisation library

doubleksk commented 2 years ago

hi @doubleksk! haven't turned back to the issue since then. completely discarded a virtualisation library

ok, thanks, i find a new library maybe ok