dnd-kit icon indicating copy to clipboard operation
dnd-kit copied to clipboard

[experimental] `react-window` v2 with `useSortable`

Open silverwind opened this issue 2 months ago • 1 comments

I'm trying to get the react-window example to work with react-window v2, Here is the Stackblitz, which has broken sorting, but I'm not sure why. CSS transitions seem to be mostly absent, the droppable positions are off and the sorting is generally weird. Any ideas?

silverwind avatar Oct 20 '25 21:10 silverwind

I encountered the same issue when trying to combine react-window v2 and useSortable. It seems like the transform CSS styles from useSortable and the react-window-forwarded styles are conflicting.

Nipaleme avatar Nov 09 '25 20:11 Nipaleme