Created
January 21, 2020 10:52
-
-
Save DmitryOlkhovoi/1a4e66de14bb2638934fb9102c35a4be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function onAnimationEnd(key: string) { | |
setRippleElements(rippleElements => rippleElements.filter(element => element.key !== key)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment