Remove defaultProps for react 18
elvinzhu opened this issue · 2 comments
elvinzhu commented
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.
LarryHangFan commented
me too
MichaelFrieze commented
There is a pull request for this: #893