Closed wilomgfx closed 7 years ago
Yes, I'm having the same issue. Looking into it. This has something to offer https://facebook.github.io/react/warnings/dont-call-proptypes.html
Just not sure how ...rest will go into play here. It'd be nice to have the code modified to fix this warning.
I'll send a PR with the changes this weekend.
+1
Sounds good. I will CR asap.
React.PropTypes is deprecated as of React v15.5.
use https://www.npmjs.com/package/prop-types
to avoid errors like this