You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any time component hot reloads the onUpdate/exit breaks when playing the exit animation with AnimatePresence show={false} because the onUpdate is called only once, skipping to the end (it should transition for example the --var-clipping-progress from 1 to 0 but it fires only once with value of 0.13710664079394916)
Any time component hot reloads the
onUpdate/exit
breaks when playing the exit animation withAnimatePresence show={false}
because theonUpdate
is called only once, skipping to the end (it should transition for example the--var-clipping-progress
from1
to0
but it fires only once with value of0.13710664079394916
)My snippet
The text was updated successfully, but these errors were encountered: