spinners-react
spinners-react copied to clipboard
defaultProps getting removed from React 18.3
Hi,
Recently the console started displaying a message about defaultProps being removed in the next major React release and it needs to to be updated
Warning: Wrapper: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
at Wrapper (webpack-internal:///(app-client)/./node_modules/spinners-react/lib/esm/withSharedProps-a1728349.js:60:27)
Thank you :)
Same here. While working on NextJS 13 I am having this warnings from React dev tools.
Thank you very much for providing this library. I also have the same issue.
This library is awesome, can you please switch from default props to default parameters?
Hi, i've created a PR trying to address this issue: https://github.com/adexin/spinners-react/pull/23