You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to eliminate an $effect that writes a $derived value to a property by wrapping the derived access in a property. The $derived values appear to run initially but not when dependencies are updated.
Describe the bug
I tried to eliminate an
$effect
that writes a$derived
value to a property by wrapping the derived access in a property. The$derived
values appear to run initially but not when dependencies are updated.Reproduction
$effect
$derived
(Also made a version without
SvelteMap
to rule that out)I tried to make a simpler reproduction from scratch but could not reproduce the issue that way.
Core diff in
node.svelte
codeLogs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: