mirror of https://github.com/sveltejs/svelte
fix: correctly set `is_updating` before flushing root effects (#15442)
* fix: correctly set `is_updating` before flushing root effects * rename for consistency with update_effect * use var --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/15445/head
parent
b28b013503
commit
181fb2ad49
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: correctly set `is_updating` before flushing root effects
|
Loading…
Reference in new issue