steos / reactcards

devcards for react
BSD 3-Clause "New" or "Revised" License
486 stars 29 forks source link

React logs a deprecation warning about manually calling a React.PropTypes validation #31

Open wukkuan opened 8 years ago

wukkuan commented 8 years ago

This seems to be universal. I was able to reproduce it just using the react-create-app-example you've provided.

app.js:872 Warning: You are manually calling a React.PropTypes validation function for the messages prop on App. 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.

react cards 2016-10-20 17-00-00

I did a tiny bit of looking to figure out where this is happening, but I'm not familiar with the codebase. Any ideas as to where I might look?

busypeoples commented 8 years ago

Thanks for letting us know. We'll have a look at it.