adexin / spinners-react

Lightweight SVG/CSS spinners for React
https://adexin.github.io/spinners/
MIT License
408 stars 20 forks source link

refactor: remove defaultprops warning #23

Open DrZanuff opened 6 months ago

DrZanuff commented 6 months ago

Removed the defaultProps assignment to eliminate the deprecated warnings.

https://github.com/facebook/react/pull/16210