astro/.changeset/dry-sloths-flash.md
Elliott Marquez 0db2204153
[Lit] Fix hydration not having the same reactive values as server (#6080)
* Fix lit hydration not having the same reactive values

* add changeset

* add clientEntrypoint to package exports

* update tests

* add changeset

* only add defer-hydration when strictly necessary

* remove second changest

* fix test typos
2023-02-01 08:18:37 -05:00

5 lines
127 B
Markdown

---
'@astrojs/lit': patch
---
Fixes Lit hydration not having the same reactive values as server (losing state upon hydration)