Subscribe on changes!

HTML comment breaks Transition component

avatar
Feb 25th 2023

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".

avatar
Feb 26th 2023

Maybe the same as #6080?

Possibly fixed by #6238 or #7387.

avatar
Feb 27th 2023

@skirtles-code @edison1105 Thanks, but the problem seems to be present testing the code I posted (at least on my machine), why?

avatar
Feb 27th 2023

This issue was closed because it appears to be a duplicate of #6080. It isn't fixed yet. Possible fixes are provided by the two PRs I mentioned above, neither of which have been merged.