mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
* Pass children to client components even if they do not render them * Handle when no children are provided * Adds a changeset * Use roots directly i guess * Use an attribute to signal that the template is needed
5 lines
109 B
Markdown
5 lines
109 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fix for passing children to client component when the component does not render them
|