steos/reactcards

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

wukkuan opened this issue · 1 comments

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?

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