mirror of https://github.com/sveltejs/svelte
parent
1ef297f25d
commit
f3dec9605b
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: async `class:` + spread attributes were compiled into sync server-side code
|
@ -0,0 +1 @@
|
||||
<!--[--><div class="test"></div><div style="color: green;"></div><!--]-->
|
@ -0,0 +1,2 @@
|
||||
<div class:test={await true} {...{}}></div>
|
||||
<div style:color={await "green"} {...{}}></div>
|
Loading…
Reference in new issue