mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
4dee38711c
* Fix client hydration in experimentalReactChildren * Add tests * Add a changeset * Use recursion instead of walking * getChildren -> swap order --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
5 lines
104 B
Markdown
5 lines
104 B
Markdown
---
|
|
'@astrojs/react': patch
|
|
---
|
|
|
|
Fixes client hydration in islands when using experimentalReactChildren
|