mirror of https://github.com/sveltejs/svelte
remove if blocks around attribute updates (#10917)
parent
7e584e40d7
commit
59ff650ccb
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: reliably remove undefined attributes during hydration
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
feat: shorter compiler output for attribute updates
|
@ -1 +1 @@
|
||||
<!--ssr:0--><div></div><!--ssr:0-->
|
||||
<div></div><div></div><div></div>
|
||||
|
Loading…
Reference in new issue