HTML comment breaks Transition component
Vue version
3.2.47
Link to minimal reproduction
https://github.com/1boch1/vueroutingerror
Steps to reproduce
npm install npm run dev
What is expected?
When clicking on the "click me" link, it should render the "Test.vue" component
What is actually happening?
The "Test.vue" component does not get rendered.
System Info
No response
Any additional comments?
The problem is in the Transition, and only if the mode is set to: mode="out-in".
@skirtles-code @edison1105 Thanks, but the problem seems to be present testing the code I posted (at least on my machine), why?