Incorrect SSR Rendering
Version
3.2.33
Reproduction link
Steps to reproduce
SSR renders nothing if a fragment is inside a slot. This causes hydration mismatch.
What is expected?
SSR renders nothing, but should render Hello World
What is actually happening?
SSR renders nothing and causes hydration mismatch.
This seems to be happening because isComment
function in ssrRenderSlot
returns true in case of fragments because of incorrect regex.