hello-pangea / dnd

💅 Beautiful and accessible drag and drop for lists with React. ⭐️ Star to support our work!
https://dnd.hellopangea.com
Other
2.38k stars 92 forks source link

unable to get dnd to work with react-table v8 #661

Open 55Cancri opened 1 year ago

55Cancri commented 1 year ago

dnd does not work with react-table v8 and I can't tell if the problem is hello-pangea/dnd, react-table, or my own code. Here is the code sandbox: https://codesandbox.io/p/sandbox/exciting-banzai-xmwglr?file=/src/App.tsx:104,33

Doesn't work at all in the code sandbox but does work on local, (but still has issues related to the table height shrinking when dragging items).

Here is a link to the same issue I opened on tanstack/react-table https://github.com/TanStack/table/issues/5047