mirror of https://github.com/sveltejs/svelte
chore: remove unnecessary `increment_pending` calls (#18183)
These might have been necessary at one point, but I'm confident they're unnecessary now — `increment_pending` happens (if necessary) inside `flatten`, which is called inside `async` and `deferred_template_effect`, so there's no need to call it inside those functions as well.pull/18184/head
parent
aeb6bd088b
commit
91e1ead773
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
chore: remove unnecessary `increment_pending` calls
|
||||
Loading…
Reference in new issue