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

Breakage with React 16: PropTypes no longer exported by React #131

Closed djupvikdigital closed 6 years ago

djupvikdigital commented 6 years ago

This library breaks with React 16 because PropTypes no longer is exported by React, but must be added as it's own dependency.

pwmckenna commented 6 years ago

https://github.com/ericclemmons/react-resolver/pull/127 shipped with 3.1.1. Should be good to go. Any more known issues with React 16?