mirror of https://github.com/sveltejs/svelte
parent
8b4e1fcb7a
commit
f835a57209
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: correctly SSR hidden="until-found"
|
@ -0,0 +1 @@
|
||||
<!--[--><div>A</div><div hidden>B</div><div hidden="until-found">C</div><!--]-->
|
@ -0,0 +1,3 @@
|
||||
<div {...{ hidden: false }}>A</div>
|
||||
<div {...{ hidden: true }}>B</div>
|
||||
<div {...{ hidden: 'until-found' }}>C</div>
|
Loading…
Reference in new issue