-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
Dazzle wraps its Dashboard Component with react-dnd's DragDropContext(HMLT5Backend)
I wish to use Dazzle in my application but also use react-dnd in another part of my component hierarchy which is not under the Dashboard component of Dazzle. So I would need to wrap my top most component in my React application with DragDropContext(HMLT5Backend). But whatever I do I will get the "Error: Cannot have two HTML5 backends at the same time" from react-dnd.
I think I'll not be able to do this without modifying Dazzle to not instantiate the DragDropContext in the Dashboard component. Am I right or is there a workaround that would not imply to modify Dazzle?
Metadata
Metadata
Assignees
Labels
No labels