We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.33
stackblitz.com
SSR renders nothing if a fragment is inside a slot. This causes hydration mismatch.
SSR renders nothing, but should render Hello World
Hello World
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.
isComment
ssrRenderSlot
core/packages/server-renderer/src/helpers/ssrRenderSlot.ts
Lines 65 to 68 in 9c304bf
The text was updated successfully, but these errors were encountered:
70c2d5b
No branches or pull requests
Version
3.2.33
Reproduction link
stackblitz.com
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 inssrRenderSlot
returns true in case of fragments because of incorrect regex.core/packages/server-renderer/src/helpers/ssrRenderSlot.ts
Lines 65 to 68 in 9c304bf
The text was updated successfully, but these errors were encountered: