0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/.changeset/spotty-rings-crash.md
Augustine Kim 23c9a30ad8
Fix Lit integration hydration ordering (#9018)
* Provide renderer instance to `customElementHostStack`

* Add changeset
2023-11-08 08:25:39 -05:00

170 B

@astrojs/lit
patch

Fix hydration ordering of nested custom elements. Child components will now wait for their parents to hydrate before hydrating themselves.