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
Thanks for taking the time to report this!
I can see that it's the same issue issue reported in #955. We're already tracking it there, so I'm going to close this as a duplicate. You can follow the workaround in the linked issue in the meantime.
What version of
@astrojs/compiler
are you using?2.5.2
Note that I can reproduce in
astro 4.3.2
but it worked still correctly inastro v4.2.1
.What package manager are you using?
npm
What operating system are you using?
Mac
Describe the Bug
In the following astro template,
<h2>Chats</h2>
is just ignored:With
Layout.astro
containing just<slot />
.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-ewybuh-2am3fc?file=src%2Fpages%2Findex.astro
The text was updated successfully, but these errors were encountered: