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
Remove element at once when transitonLeave is false
Previously transitionLeave being false did not affect the behavior and
in dom the old component still existed together with the new component.
This does not show old component at all when new component is ready to
be rendered.
0 commit comments