casesandberg/react-color

Remove defaultProps for react 18

elvinzhu opened this issue · 2 comments

React 18 give warning as following:

Warning: Checkboard: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.

me too

There is a pull request for this: #893