Rendering fragment using SFC compiler in SSR mode adds comments
Version
3.2.0-beta.2
Reproduction link
Steps to reproduce
Go to the SSR tab in the right panel.
What is expected?
The compiler renders two h1 tags with their content and nothing else.
What is actually happening?
The compiler renders two h1 tags surrounded by comments.
These comments seem to throw off hydration in the client, causing some elements to be duplicated.
This is expected behavior because the comments are necessary for correct client-side hydration (because of potential async components inside fragments)