We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1006943 commit 13f0253Copy full SHA for 13f0253
packages/svelte/src/internal/client/reactivity/sources.js
@@ -190,7 +190,6 @@ export function internal_set(source, value) {
190
if (
191
is_runes() &&
192
active_effect !== null &&
193
- !untracking &&
194
(active_effect.f & CLEAN) !== 0 &&
195
(active_effect.f & (BRANCH_EFFECT | ROOT_EFFECT)) === 0
196
) {
0 commit comments