Open
Description
I like the feature react-redux-grid
provides but when I use react-redux-grid
in my project where also applies react-dnd
in other component causes Cannot have two HTML5 backends at the same time.. I know this is the well-known constraint of react-dnd
itself and using react-redux-grid
as library I can't really pass DragDropContext
from the root of my app down the road to TableRow.js
which uses HTML5Backend in the source code of react-redux-grid
.
Is there any way I can avoid this issue without modifying react-redux-grid
source code?
Please help me.
Metadata
Metadata
Assignees
Labels
No labels