Vivian Chang
Vivian Chang
I encountered the exact same problem updates: I found this [working example](https://codesandbox.io/p/devbox/github/tanstack/table/tree/main/examples/react/column-dnd?embed=1&theme=light&file=main.tsx) from react table, and then I forked it and reinstalled @dnd-kit/core, and the bug appears
updates: I found that in DndContext, if you don't pass collisionDetection and modifiers, the issue would disappear
store your items in a useState hook, and set them in onDragEnd