Root comment breaking the `<Transition>` without any warning
Vue version
3.2.37
Link to minimal reproduction
Steps to reproduce
Click the Toggle
button twice, the <Home>
component missing.
What is expected?
<Home>
and <About>
components can be switched back and forth.
What is actually happening?
When switch to <About>
component with root comment, <Transition>
breaking.
Console does not have any warning.
System Info
No response
Any additional comments?
I think it should log a warning to admonish this usage, if this is a limitation.