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
Probably the most basic Vue SSR app the world has ever seen. I hope it's enough of a reproduction to see the problem I encountered.
Instead of running the server it will also be enough to just look at what the renderToString function returns. This obviously won't show the hydration mismatch on client though.
What is expected?
Render actual tag that was provided as prop
What is actually happening?
It renders Fragment
Please let me know if this needs more information and I'll try to provide.
Cheers!
The text was updated successfully, but these errors were encountered:
Indeed in the compiler-ssr, we render transition-groups as fragments (4th argument). But I think the skip of the root node happens earlier / somewhere else, looking....
Version
3.0.2
Reproduction link
https://github.com/raukaute/vue3-SSR-TransitionGroup
Steps to reproduce
Probably the most basic Vue SSR app the world has ever seen. I hope it's enough of a reproduction to see the problem I encountered.
Instead of running the server it will also be enough to just look at what the
renderToString
function returns. This obviously won't show the hydration mismatch on client though.What is expected?
Render actual tag that was provided as prop
What is actually happening?
It renders Fragment
Please let me know if this needs more information and I'll try to provide.
Cheers!
The text was updated successfully, but these errors were encountered: