Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mediongg opened this issue Nov 22, 2018 · 1 comment

Comments

@mediongg
Copy link

mediongg commented Nov 22, 2018

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants