Leocardoso94 / animated-number-react

Super easy way to animate numbers with React
MIT License
104 stars 13 forks source link

Stop animations on unmount. #28

Closed elyobo closed 3 years ago

elyobo commented 3 years ago

This is probably a better fix for #19 than #20. #20 avoids the error by preventing the (ongoing) animations from affecting the state, this stops the animation from running on unmount so that it doesn't try to update the state at all.

Leocardoso94 commented 3 years ago

Thanks @elyobo! A new version was published with your correction

elyobo commented 3 years ago

Thanks @Leocardoso94.