Skip to content

Commit efb9b63

Browse files
committed
oops forgot to push this
1 parent cb28da5 commit efb9b63

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/reactivity/sources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export function set(source, value, should_proxy = false) {
138138
!untracking &&
139139
is_runes() &&
140140
(active_reaction.f & (DERIVED | BLOCK_EFFECT)) !== 0 &&
141-
!reaction_sources?.includes(source)
141+
!(reaction_sources?.[1].includes(source) && reaction_sources[0] === active_reaction)
142142
) {
143143
e.state_unsafe_mutation();
144144
}

0 commit comments

Comments
 (0)