mirror of https://github.com/sveltejs/svelte
fix: hydrate `href` that is part of spread attributes (#15226)
We had some duplicated and buggy code, removing it fixes #15120pull/15234/head
parent
f2c83e5db7
commit
4883fd2c83
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: hydrate `href` that is part of spread attributes
|
@ -1 +1 @@
|
||||
<!--[--><a href="/foo">foo</a><!--]-->
|
||||
<!--[--><a href="/foo">foo</a> <a href="/foo">foo</a><!--]-->
|
||||
|
Loading…
Reference in new issue