After upgrading my project after coming back to it after 2 weeks I receive lots of warning I can't get rid of:
warning.js:44 Warning: You are manually calling a React.PropTypes validation function for the
onClickprop onNavbarToggle. 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.warning.js:44 Warning: You are manually calling a React.PropTypes validation function for the
onClickprop onNavItem. 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.
Obviously, they have something to do with react-bootstrap.
I have found a similar question for react-native where the answers suggest to upgrade dependent libraries versions. I have done so but it didn't no help... I also removed node_modules completely and then reinstalled again.
I have looked into the issues on github but there ain't a similar one.
How can I correct my app and dismiss the warnings?
Versions I have:
react-bootstrapyou are using? It is hard to help when you don’t give any details. :-(