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
Transition events when listened on the TransitionRoot component are being dispatched multiple times. 1 from the component itself, and each time a TransitionChild component is used inside a TransitionRoot.
Check the console of my code sandbox, where I logged what happens with after-leave event.
The text was updated successfully, but these errors were encountered:
I have a similar issue, more over half of the afterLeave (or afterEnter) events are triggered instantly, second half (those from TransitionChild elements) are properly delayed according to transition class used. I actually have 4 events for 1 TransitionRoot with 2 TransitionChild.
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.7.9
What browser are you using?
Chromium / Firefox
Reproduction URL
https://codesandbox.io/p/sandbox/pensive-lake-wquxcm
Describe your issue
Transition events when listened on the
TransitionRoot
component are being dispatched multiple times. 1 from the component itself, and each time aTransitionChild
component is used inside aTransitionRoot
.Check the console of my code sandbox, where I logged what happens with
after-leave
event.The text was updated successfully, but these errors were encountered: