mirror of https://github.com/sveltejs/svelte
parent
194570dc70
commit
71c1227513
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: remove unnecessary update assignments
|
@ -0,0 +1,6 @@
|
||||
import { ok, test } from '../../test';
|
||||
import { flushSync } from 'svelte';
|
||||
|
||||
export default test({
|
||||
html: `<div></div><div></div>`
|
||||
});
|
@ -0,0 +1,2 @@
|
||||
<div class=""></div>
|
||||
<div class=""></div>
|
Loading…
Reference in new issue