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.
I like the feature
react-redux-gridprovides but when I usereact-redux-gridin my project where also appliesreact-dndin other component causes Cannot have two HTML5 backends at the same time.. I know this is the well-known constraint ofreact-dnditself and usingreact-redux-gridas library I can't really passDragDropContextfrom the root of my app down the road toTableRow.jswhich uses HTML5Backend in the source code ofreact-redux-grid.Is there any way I can avoid this issue without modifying
react-redux-gridsource code?Please help me.