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)
|