-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
react-i18next@9.0.1" has unmet peer dependency "prop-types@>= 15.6.2". #657
Comments
? |
That was what I was thinking ;) |
if i see it right (need to check that later) prop-types is not needed anylonger... but i guess overall - you have no idea what that warning likes to tell you?!? Do you get an issue during build? |
No issues during build. Just wanted to point out the warning. |
The warning tells you that react-i18next depends on the module prop-types which you should install in the version you need for your app... But as i just checked it's not needed anylonger (was in past) - so ignore it for now - next version will remove that peer dependency 👍 |
Cool. Thanks! |
When installing (using Yarn) the following warning is shown:
react-i18next@9.0.1" has unmet peer dependency "prop-types@>= 15.6.2".
The text was updated successfully, but these errors were encountered: