0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/.changeset/flat-coats-crash.md
2022-04-03 23:18:07 -07:00

5 lines
147 B
Markdown

---
'astro': patch
---
Fix edge case where default slots could be rendered too early for Astro components. Slots are now only rendered on demand.