-
Couldn't load subscription status.
- Fork 2
config(biome): experimental html full support #534
New issue
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
Conversation
Signed-off-by: Adam Setch <adam.setch@outlook.com>
✅ Deploy Preview for gitify ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Adam Setch <adam.setch@outlook.com>
Signed-off-by: Adam Setch <adam.setch@outlook.com>
Signed-off-by: Adam Setch <adam.setch@outlook.com>
|
Awaiting feedback re biomejs/biome#7903 |
|
To be released in 2.3.2 |
Signed-off-by: Adam Setch <adam.setch@outlook.com>
src/layouts/Layout.astro
Outdated
| <Footer currentPathname={Astro.url.pathname} /> | ||
| <Navbar currentPathname={Astro.url.pathname}/> | ||
| <slot/> | ||
| <footer currentPathname={Astro.url.pathname}/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is now causing the Footer component to be incorrectly renamed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A workaround for now is to import this component named something else ie: SiteFooter
Signed-off-by: Adam Setch <adam.setch@outlook.com>

https://biomejs.dev/blog/biome-v2-3/#full-support-for-vue-svelte-and-astro