bencripps / react-redux-grid

A React Grid/Tree Component written in the Redux Pattern
http://react-redux-grid.herokuapp.com/
MIT License
444 stars 63 forks source link

Include react-redux-grid in existing project where also uses HTML5 backend causes problem. #219

Closed mediongg closed 5 years ago

mediongg commented 5 years ago

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 my root of my app down the road to TableRow.js which uses HTML5Backend in the source of react-redux-grid to avoid the problem.