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
Check the console in 2.2.3, you'll see that Vue throws DOMException
Remove root transition or from Comp component - no exception, app works again
What is Expected?
I expect this simple example to work and not see any DOMException errors.
What is actually happening?
When perfomance option is enabled and we have a component which uses <transition> and its slot has another component also with <transition>, Vue cannot handle this and throws DOMException mentioned in the title.