@ -28,7 +28,7 @@ export function derived(fn) {
deps: null,
eq: default_equals,
f: flags,
fn: fn,
fn,
r: null,
// @ts-expect-error
v: UNINITIALIZED,
@ -46,7 +46,7 @@ function create_effect(type, fn, sync, block, schedule) {
f: type | DIRTY,
l: 0,
v: null,
w: 0,