nygardk / react-share

Social media share buttons and share counts for React
MIT License
2.6k stars 429 forks source link

defaultProps will be removed #503

Closed damsalem closed 7 months ago

damsalem commented 9 months ago

The icons use defaultProps rather than default parameters and when using them, I get this error:

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

This is not an issue now, but may break this code in the future?

nygardk commented 7 months ago

Hey, version 5 no longer uses defaultProps.