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

Remove defaultProps #121

Closed danielfrg closed 11 months ago

danielfrg commented 11 months ago

Fixes https://github.com/AaronCCWong/react-card-flip/issues/119

danielfrg commented 11 months ago

Thanks for the lib and the quick new release! Very helpful!

danielfrg commented 11 months ago

For some reason I still hit https://github.com/AaronCCWong/react-card-flip/issues/119 after updating. Maybe you forgot to run npm run build to update the compiled code?

AaronCCWong commented 11 months ago

Thanks for pointing this out! Updated

danielfrg commented 11 months ago

Thank you!