brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessing PropTypes via the main React package is deprecated.

shallinta opened this issue · comments

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

:
import PropTypes from 'prop-types';