lukasbach / react-complex-tree

Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
https://rct.lukasbach.com
MIT License
982 stars 82 forks source link

DnD doesn't work when other component is rendered using `react-dnd` #152

Closed Nishchit14 closed 1 year ago

Nishchit14 commented 2 years ago

Describe the bug The drag and drop functionality is being stopped when any other component is rendered with react-dnd implementation

Expected behavior The DnD functionality would be working regardless of other dnd lib usage.

Desktop (please complete the following information):

williammyuan commented 2 years ago

https://github.com/react-dnd/react-dnd/issues/3344

Nishchit14 commented 1 year ago

I removed react-dnd :D

williammyuan commented 1 year ago

I removed react-dnd :D

good job

lukasbach commented 1 year ago

Not sure if there can be done anything on rct side since there already is something open on react-dnd side, but happy you were able to fix this that way 😅 I'll close this for now, please reopen or recreate if someone else has this issue again.

vovsemenv commented 1 year ago

have same problem, maybe reopen?

genixpro commented 1 year ago

@lukasbach I'm also experiencing this issue. Want to use react-dnd for one part of my app and rct for another, but they are conflicting with each other unfortunately.