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
head
@astrojs/compiler
0.23.4
pnpm
macOS
The following code AST does not include the head element:
<slot> <head>hello</head> </slot>
This cause our Prettier plugin to create the following result:
<slot />hello
See bug description
The text was updated successfully, but these errors were encountered:
fix(#531): handle slots before <head>
f6390ce
slot
Handle slot before <head> (#540)
8ee78a6
* fix(#531): handle slots before <head> * chore: add changeset * chore: update test Co-authored-by: Nate Moore <[email protected]>
Successfully merging a pull request may close this issue.
What version of
@astrojs/compiler
are you using?0.23.4
What package manager are you using?
pnpm
What operating system are you using?
macOS
Describe the Bug
The following code AST does not include the
head
element:This cause our Prettier plugin to create the following result:
Link to Minimal Reproducible Example
See bug description
The text was updated successfully, but these errors were encountered: