outlandishideas/kasia

React PropTypes warning

nickpalmer opened this issue · 1 comments

Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

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.