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

use PropTypes from prop-type module #116

Closed ankitpatial closed 6 years ago

ankitpatial commented 6 years ago

React.PropTypes in not option in latest React 16.x.x, I added in recommended prop-types module

ankitpatial commented 6 years ago

Can you merge it in? I need to upgrade to react 16 and this plugin is restricting me do so.

ankitpatial commented 6 years ago

There is already one(#110) for this purpose.