Skip to content

fix: beforeUpdate called twice with bound reference #6858

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/runtime/internal/scheduler.ts
  • Loading branch information
dummdidumm authored Mar 14, 2023
commit 463038f50dfde20433fd9b9389b40cfcff848199
1 change: 1 addition & 0 deletions src/runtime/internal/scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export function flush() {
}
} catch (e) {
// reset dirty state to not end up in a deadlocked state and then rethrow
previous_dirty_components.clear();
dirty_components.length = 0;
flushidx = 0;
throw e;
Expand Down