aaronshaf / react-toggle

Elegant, accessible toggle component for React. Also a glorified checkbox.
http://aaronshaf.github.io/react-toggle/
MIT License
949 stars 158 forks source link

Don't use deprecated React.PropTypes API #99

Closed bripkens closed 7 years ago

bripkens commented 7 years ago

Clears the path for React 16.0.0 and avoids the deprecation warning for React 15.5.0.

bripkens commented 7 years ago

@ahstro: Done :)