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
Issue
On a controlled drawer (that uses the open prop to open/close, as its state is managed by a parent component),
the onAnimationEnd prop function is not called after the opening transition.
Expectations onAnimationEnd should be always be called after the opening transition, even when using the open prop instead of a Vaul.Trigger
Issue
On a controlled drawer (that uses the
open
prop to open/close, as its state is managed by a parent component),the
onAnimationEnd
prop function is not called after the opening transition.Expectations
onAnimationEnd
should be always be called after the opening transition, even when using theopen
prop instead of aVaul.Trigger
Reproduction
Codesandbox link: https://codesandbox.io/p/devbox/zzfxtc
The text was updated successfully, but these errors were encountered: