ericclemmons / react-resolver

Async rendering & data-fetching for universal React applications.
https://ericclemmons.github.io/react-resolver
Other
1.65k stars 52 forks source link

change React.PropTypes to prop-types package #127

Closed LucasPerso closed 6 years ago

LucasPerso commented 7 years ago

React 15.5.0 now displays a warning when using React.PropTypes. This PR changes every occurence of React.PropTypes to the new PropTypes from prop-types package

pwmckenna commented 6 years ago

Thanks for the PR. Will get out a patch release today.