react-toggle icon indicating copy to clipboard operation
react-toggle copied to clipboard

React 16: TypeError: Cannot read property 'bool' of undefined

Open jgentes opened this issue 7 years ago • 2 comments

React-toggle is broken with React 16 due to React changing how proptypes are imported:

https://reactjs.org/warnings/dont-call-proptypes.html

jgentes avatar Nov 06 '17 23:11 jgentes

@aaronshaf Thanks for making this plugin. It's really great! Any plans on updating it for React 16?

willingham avatar Apr 25 '18 14:04 willingham

4.0.2 DOES work with react 16 with no warnings.

ekynoxe avatar May 16 '18 07:05 ekynoxe