dnd-kit
dnd-kit copied to clipboard
useSortable dragging render issue
When using useSortable, new added draggable items won't become draggable until you refresh the page, unlike using useDraggable which works fine when adding new items.
I was running into a similar issue earlier today but eventually traced it to a bug of my own. Can you provide some sample code to demonstrate the bug you're seeing?
The issue suggest that you have 2 same ID when executing your logic. Happened to me. Can you share your code?