chenglou / react-radio-group

Better radio buttons.
MIT License
445 stars 75 forks source link

Convert library to use 'prop-types' library #39

Closed audiolion closed 7 years ago

audiolion commented 7 years ago

React 15.5 deprecated React.PropTypes and split it out into prop-types, this PR updates to the new prop-types package.

brunoskonrad commented 7 years ago

Maybe it should be interesting to put prop-types as a peerDependencies - like react dependecy