codefordenver / encorelink

Connecting musician volunteers with healthcare centers
https://encorelink.herokuapp.com/
ISC License
20 stars 14 forks source link

Transition to using separate prop-types package #337

Closed wdoug closed 7 years ago

wdoug commented 7 years ago

What does this PR do?

Changes PropTypes to be imported from their own prop-types package instead of React.

This is in preparation for the next version of React which will no longer include PropTypes in itself.

This was done with the jscodeshift react-codemod

How does this PR make you feel? :link: