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
The reactivity of $derived seems to break in combination with createSubscriber after its teardown has been called once AND if the value it's watching is not being used elsewhere. Using instead a plain (reactive) function seems to work fine, however.
My apologies if this is intended behavior, and not a bug which it seems to me to be.
Describe the bug
The reactivity of $derived seems to break in combination with createSubscriber after its teardown has been called once AND if the value it's watching is not being used elsewhere. Using instead a plain (reactive) function seems to work fine, however.
My apologies if this is intended behavior, and not a bug which it seems to me to be.
Reproduction
https://svelte.dev/playground/b451d2f033f94669a5ee60537e679fd5?version=5.28.2
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: