fix: reset dependency read versions after reaction execution

pull/14964/head
Dominic Gannaway 2 years ago
parent d172aac06c
commit 3e70c4396b

@ -434,7 +434,7 @@ export function update_reaction(reaction) {
deps.length = skipped_deps; 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 // we need to increment the read version to ensure that
// any dependencies in this reaction aren't marked with // any dependencies in this reaction aren't marked with
// the same version // the same version

Loading…
Cancel
Save