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
Hey, mate. Loving the book so far. I'm learning heaps!
I'm running into a deprecation warning with the routes project. Although it works well enough, I'm concerned about implementation projects in this way if it's going to break in a future release.
I'm getting 9+ 'warnings' (logged as errors in the console) that say something along the following:
You are manually calling a React.PropTypes validation function for the `path` prop on `Route`. This is deprecated and will not work in the next major version. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.
I've double and triple-checked the code and it's valid (and functioning correctly) but no matter what I can't fix these errors, OR find out anything about them online :(
Any thoughts?
Thanks mate,
Aron
The text was updated successfully, but these errors were encountered:
Hey, mate. Loving the book so far. I'm learning heaps!
I'm running into a deprecation warning with the routes project. Although it works well enough, I'm concerned about implementation projects in this way if it's going to break in a future release.
I'm getting 9+ 'warnings' (logged as errors in the console) that say something along the following:
I've double and triple-checked the code and it's valid (and functioning correctly) but no matter what I can't fix these errors, OR find out anything about them online :(
Any thoughts?
Thanks mate,
Aron
The text was updated successfully, but these errors were encountered: