Closed Hilaryous closed 5 years ago
This is related to #28. I believe listing react as a dependency is causing this issue within my application: https://reactjs.org/warnings/invalid-hook-call-warning.html#duplicate-react
At the very least react and `react-dom should be listed as peer dependencies to prevent this and possibly other issues from happening.
react
Thanks for the PR :)
This is related to #28. I believe listing react as a dependency is causing this issue within my application: https://reactjs.org/warnings/invalid-hook-call-warning.html#duplicate-react
At the very least
react
and `react-dom should be listed as peer dependencies to prevent this and possibly other issues from happening.