eenewbsauce / create-react-app-add-redux

A simple tool that adds Redux to an app created with react-create-app
12 stars 6 forks source link

Update with React v15.5, add prop-types to dependencies #9

Closed kirillshevch closed 7 years ago

kirillshevch commented 7 years ago

React.PropTypes is deprecated as of React v15.5 https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html

eenewbsauce commented 7 years ago

Thanks for the PR!