brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.
645 stars 103 forks source link

Accessing PropTypes via the main React package is deprecated. #108

Open shallinta opened 7 years ago

shallinta commented 7 years ago

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

: import PropTypes from 'prop-types';