Description
Describe the bug
If reactive variable is used within untrack it should not be reported as lost reactivity, because that is intended behavior in the first place.
let countAsync = $derived.by(async () => {
count
await wait()
// This is being flagged
untrack(() => name)
return count
});
Reproduction
Logs
System Info
Svelte 5.36.1
Severity
annoyance
Metadata
Metadata
Assignees
Labels
No labels