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

react and react-redux version mismatch #71

Open
remuspoienar opened this issue Jul 21, 2019 · 0 comments
Open

react and react-redux version mismatch #71

remuspoienar opened this issue Jul 21, 2019 · 0 comments

Comments

@remuspoienar
Copy link

Hello,

I noticed that your package.json has both react and react-redux as dependencies with the wildcard version (*).
This causes issues in my application where i have react 16.6 and any version of redux-bees(even down to 0.1.6) adds the latest react and react-redux as dependencies.
Screen Shot 2019-07-21 at 14 07 37
Screen Shot 2019-07-21 at 14 10 11

In turn i get error when using the query decorator related to invalid hooks usage. Since i don't use a react version that provides hooks it's clearly related to this, it's also stated by the error(It warns about versions mismatch).
Screen Shot 2019-07-21 at 14 11 23

I would like to know wether these 2 dependencies need to be explicit, and if there is a way to lock those version to the ones that i use in my project so i could be able to fully integrate with your library

Thank you !

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

1 participant