-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
PropType validators error when an external lib bundles prop-types (v3) #5782
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
Comments
What specific error are you seeing? |
Several times repeated the following are the top ones for v3.2.0
And for v3.0.5 there are way more, though they are more informative. Here are a couple:
and many more on what looks to be every method and property of the Note that I'm using |
Closing this out as this is always caused by something in the build process or outside of React Router. For usage questions, please use Stack Overflow or Reactiflux where there are a lot more people ready to help you out. Thanks! |
Yup, I went there first but given this had appeared in an issue in this repo I could only reason that it had to do with For those that are curious, here is the exact issue discussing this topic. |
Similar to #3988
I'm seeing the prop validation failures again on v3.2.0 after upgrading from v3.0.1.
The behavior I see is that in a previous version of
react-router
(v3.0.1) I don't see the error log. When upgrading JUSTreact-router
to v3.2.0 I start to see the prop validation errors.I also did an incremental upgrade to see when this error was reintroduced and it looks like up to v3.0.3 the router worked with no problems, but at v3.0.4 the validation errors started appearing again.
I didn't see any other closed/open issues on v3 having these issues so I thought I'd point it out since it would be sweet to upgrade to v3.2.0!
The text was updated successfully, but these errors were encountered: