We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8111f04 commit 55e8b12Copy full SHA for 55e8b12
packages/svelte/src/internal/client/runtime.js
@@ -476,7 +476,7 @@ export function update_reaction(reaction) {
476
// we need to increment the read version to ensure that
477
// any dependencies in this reaction aren't marked with
478
// the same version
479
- if (previous_reaction !== null && previous_reaction !== reaction) {
+ if (previous_reaction !== reaction) {
480
read_version++;
481
482
if (untracked_writes !== null) {
0 commit comments