roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.
http://roylee0704.github.io/react-flexbox-grid/
2.93k stars 206 forks source link

Accessing PropTypes via the main React package is deprecated #114

Closed davidep87 closed 7 years ago

davidep87 commented 7 years ago

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

Please check the file /src/types.js

mastrauckas commented 7 years ago

I missed that on PR #107.

mastrauckas commented 7 years ago

I put in a PR #115 to fix this issue.

roylee0704 commented 7 years ago

I've released a patch with @mastrauckas's fix ;)

timmo001 commented 7 years ago

Ah nice one getting this fixed. Real annoyance, seems like many of the packages i'm using need this fix also