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
astro
1.6.11
no
npm
Linux
When a Fragment inside brackets is used in the <head> the <body> tag is gone.
<head>
<body>
{<Fragment set:html={'<title>Hello world</title>'}/>}
https://stackblitz.com/edit/github-zuyc2y?file=src%2Flayouts%2FLayout.astro&on=stackblitz
The text was updated successfully, but these errors were encountered:
Actually it seems like that's added by the browser. It's indeed gone when checking the network request.
Sorry, something went wrong.
Is this problem with the compiler?
compiler
Sure it is added. But when you have classes on your body, they are gone.
I'm not sure in which version, but this has been fixed and now works properly on the latest version of Astro.
No branches or pull requests
What version of
astro
are you using?1.6.11
Are you using an SSR adapter? If so, which one?
no
What package manager are you using?
npm
What operating system are you using?
Linux
Describe the Bug
When a Fragment inside brackets is used in the
<head>
the<body>
tag is gone.{<Fragment set:html={'<title>Hello world</title>'}/>}
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-zuyc2y?file=src%2Flayouts%2FLayout.astro&on=stackblitz
Participation
The text was updated successfully, but these errors were encountered: