We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5af75 commit c83374cCopy full SHA for c83374c
packages/svelte/src/internal/client/dom/blocks/async.js
@@ -11,7 +11,6 @@ import { get_pending_boundary } from './boundary.js';
11
export function async(node, expressions, fn) {
12
var boundary = get_pending_boundary();
13
14
- // TODO why is this necessary? doesn't it happen inside `async_derived` inside `flatten`?
15
boundary.update_pending_count(1);
16
17
flatten([], expressions, (values) => {
0 commit comments