Skip to content

Commit

Permalink
fix: reset dependency read versions after reaction execution
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Jan 9, 2025
1 parent d172aac commit 3e70c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/internal/client/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ export function update_reaction(reaction) {
deps.length = skipped_deps;
}

// If we are returning to an previous reaction then
// If we are returning to an previous reaction then
// we need to increment the read version to ensure that
// any dependencies in this reaction aren't marked with
// the same version
Expand Down

0 comments on commit 3e70c43

Please sign in to comment.