React PropTypes warning
nickpalmer opened this issue · 1 comments
nickpalmer commented
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
sdgluck commented
I've noticed this too but always forget to file an issue- so thank you!
Looks like the only place we are using PropTypes
is in connect.js#L55
.