Animation requires Refresh #1966
Answered
by
juujisai
tiagoml98
asked this question in
Support from community
-
I'm struggling with what looks to be described in: https://stackoverflow.com/q/76678777/3183598 initTE({ Ripple })` It works locally if I refresh the page or make a change to the source code, but I can't seem to get it to work when deployed. |
Beta Was this translation helpful? Give feedback.
Answered by
juujisai
Sep 25, 2023
Replies: 1 comment 1 reply
-
Hi! Are you using react? Where do you initialize the Ripple component? Did you try doing it inside the
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tiagoml98
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Are you using react? Where do you initialize the Ripple component? Did you try doing it inside the
useEffect
?