WickyNilliams / react-simple-colorpicker

Simple, composable, lightweight colorpicker for react
http://wicky.nillia.ms/react-simple-colorpicker
MIT License
45 stars 19 forks source link

Warning: getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead. #26

Open n-for-all opened 6 years ago

n-for-all commented 6 years ago

after updating react to latest, i am getting this issue below:

Warning: getDefaultProps is only used on classic React.createClass definitions. Use a static property named defaultProps instead.

how can i resolve it?