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
When toggling branches with in-out mode, the branch being entered maybe a comment node, which makes the transition invalid and never completes. this PR checks the type of node being entered.
Version
3.0.5
Reproduction link
https://jsfiddle.net/5j9hmL70/
Steps to reproduce
What is expected?
Text "toggled" should disappear.
What is actually happening?
Text "toggled" does not disappear.
I found this problem in a more complex constellation with vue-router, where the optional component does not disappear:
The text was updated successfully, but these errors were encountered: