-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Description
Describe the bug
When a synchronous state is a dependency of an asynchronous derivation, it is delayed until its asynchronous dependents are resolved to avoid tearing.
But its synchronous derivations are not delayed, which ultimately causes tearing.
Reproduction
When the button is clicked, derivedCount updates before all others.
Similarly, it does not result in true when compared to itself eager
REPL
Logs
System Info
Using Svelte compiler version 5.53.7
running Svelte compiler version 5.53.7Severity
annoyance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels