mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
0db2204153
* 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
5 lines
127 B
Markdown
5 lines
127 B
Markdown
---
|
|
'@astrojs/lit': patch
|
|
---
|
|
|
|
Fixes Lit hydration not having the same reactive values as server (losing state upon hydration)
|