STRML / react-router-component

Declarative router component for React.
http://strml.viewdocs.io/react-router-component
MIT License
874 stars 94 forks source link

Updates PropTypes and CreateClass usage for React 15.5 warnings #196

Closed curquhart closed 7 years ago

curquhart commented 7 years ago

swap React.PropTypes for prop-types swap React.CreateClass for create-react-class

Closes #195

STRML commented 7 years ago

Thanks, that's very helpful!

curquhart commented 7 years ago

np :) ty!