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
{{ message }}
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
If an element is replaced or removed, it's handlers will still be added to the transition states.
We may want to make a single handler for each event type that walks elements/their parents(if these events bubble) to determine if they have relevant events they want fired, rather than attaching each event as it's own transition state handler.