react-flexbox-grid icon indicating copy to clipboard operation
react-flexbox-grid copied to clipboard

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

Open isaachinman opened this issue 7 years ago • 1 comments
trafficstars

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:

  • React 16.4.1
  • react-flexbox-grid 2.1.2

isaachinman avatar Oct 08 '18 10:10 isaachinman

Can anyone do something with this, please?

Almo7aya avatar Jun 25 '20 15:06 Almo7aya