Warning:: React.PropTypes validation
Hi !! i'm having this warning on webbrower dev console
"Warning: You are manually calling a React.PropTypes validation function for the color prop on SparklinesLine. 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." bundle.js:38532:10
Same here, only started learning React. Interested on how it can be resolved in my code. Not quite sure how to use https://fb.me/react-warning-dont-call-proptypes help.
Same Here
Same here
Probably you use some old version of react. If you update your npm packages everything works fine.
Same here! =/
In react 15.5 it is already deprecated: "Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead."