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
Open repro, click on the "show" button and note that "animated on enter" text appeared.
What is expected?
To see a text "animated on appear" which has to be added by @appear hook.
What is actually happening?
The @enter hook is called instead of @appear.
Important is that transition is moved to separate component. Also, everything works as expected if transition isn't a root element in a separate component or the component is functional.