AaronCCWong / react-card-flip

React component for card flipping animation.
https://aaronccwong.github.io/react-card-flip
MIT License
337 stars 64 forks source link

Support for defaultProps will be removed #119

Closed broy94 closed 11 months ago

broy94 commented 1 year ago

The following warning is thrown when using ReactCardFlip, as defaultProps will be decommissioned in later releases:

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

Is there a plan to rectify this? Thanks.