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 47f90d0 commit 86194ebCopy full SHA for 86194eb
src/runtime/internal/scheduler.ts
@@ -35,7 +35,7 @@ const seen_callbacks = new Set();
35
let flushidx = 0; // Do *not* move this inside the flush() function
36
export function flush() {
37
38
- let current_component = maybe_get_current_component();
+ const current_component = maybe_get_current_component();
39
40
do {
41
// first, call beforeUpdate functions
0 commit comments