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 205 forks source link

Calling PropTypes validators directly is not supported by the `prop-types` package #159

Open isaachinman opened 5 years ago

isaachinman commented 5 years ago

Just installed this package, used a basic Grid, Row, Col setup, and received the following React warnings:

Warning: Failed prop type: Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types
    in Col
    in Footer
    in Fragment
    in Context.Provider
    in NamespacesConsumerComponent
    in WithMergedOptions
    in Context.Consumer
    in WithContext
    in Container

I'm using:

Almo7aya commented 4 years ago

Can anyone do something with this, please?