You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding the <ViewTransitions/> component to the head tag in a layout, formatting the file will break the the head and script tags if it is the last node in the head tag.
Describe the Bug
When adding the
<ViewTransitions/>
component to the head tag in a layout, formatting the file will break the the head and script tags if it is the last node in the head tag.Before format:
after format:
moving the
ViewTransition
component further up (anywhere but last) the head tag make the formatter behave correctly.Steps to Reproduce
npm init astro
using any templateViewTransisions
component as the last element in the head tagThe text was updated successfully, but these errors were encountered: