You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
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 !
The text was updated successfully, but these errors were encountered:
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.
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).
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 !
The text was updated successfully, but these errors were encountered: