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. #220

Open mediongg opened 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 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.

bencripps commented 5 years ago

Hmm, unfortunately I don't think so. PR's are welcome!