mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
33583e8b31
* fix(rendering): prevent removal of necessary `<astro-slot>` elements * add test * add changeset * missed a spot * adjust test * assume `supportsAstroStaticSlot` * bring back accidentally removed `markHTMLString` call
5 lines
131 B
Markdown
5 lines
131 B
Markdown
---
|
|
"astro": patch
|
|
---
|
|
|
|
Fixes an issue where elements slotted within interactive framework components disappeared after hydration.
|