sveltejs/svelte

V4: store values aren't typed for derived stores

CaptainCodeman opened this issue · 1 comments

Describe the bug

The value in a derived store is always any whether the dependent store(s) are implicitly or explicitly typed

derived(other, ($other, set) => 
//               ^ always "any"

Reproduction

Logs

No response

System Info

-

Severity

annoyance

Fixed in 4.0.0-next.1