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 ef2c3b2 commit fa7b1d4Copy full SHA for fa7b1d4
src/runtime/internal/scheduler.ts
@@ -56,7 +56,7 @@ export function flush() {
56
while (binding_callbacks.length) {
57
binding_callbacks.pop()();
58
}
59
- previous_dirty_components = [...dirty_components]
+ previous_dirty_components = [...dirty_components];
60
// then, once components are updated, call
61
// afterUpdate functions. This may cause
62
// subsequent updates...
0 commit comments