0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/.changeset/forty-dolls-wave.md
Rich Harris 0aedab8d5e
fix: insert empty text nodes during hydration, where necessary (#9729)
* Revert "fix: improve template text node serialization (#9722)"

This reverts commit 2fa06447cf.

* regression test for #9722

* add back failing test

* better test

* create text nodes during hydration

* partial fix

* partial fix

* remove nasty brittle logic

* simplify

* refactor

* rename

* thunkify

* fix

* add back changeset

* changeset

* lint

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
2024-01-31 15:44:12 -05:00

84 B

svelte
patch

fix: insert empty text nodes while hydrating, if necessary