petyosi / react-virtuoso

The most powerful virtual list component for React
https://virtuoso.dev
MIT License
5.16k stars 299 forks source link

[BUG] RB DND + Window Scroller #990

Closed max-orca closed 11 months ago

max-orca commented 11 months ago

RB DND list + Virtuouso fails looks like items that aren't in the viewport unmount and triggers DND error: Invariant failed: Cannot find droppable entry with id [droppable]
even the doc example is not working

Screenshot 2023-10-03 at 14 59 37
petyosi commented 11 months ago

Yes, I'm afraid that this is the case. I will remove that example at some point, it is not helpful. https://github.com/petyosi/react-virtuoso/issues/967.

max-orca commented 11 months ago

@petyosi could you please guess how to avoid it?