Skip to content

Commit eac54bb

Browse files
committed
tweak_self_invalidation
1 parent 13f0253 commit eac54bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ export function update_reaction(reaction) {
457457
if (
458458
is_runes() &&
459459
untracked_writes !== null &&
460+
!untracking &&
460461
deps !== null &&
461462
(reaction.f & (DERIVED | MAYBE_DIRTY | DIRTY)) === 0
462463
) {

0 commit comments

Comments
 (0)