mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
5 lines
147 B
Markdown
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.
|