pull/10760/head
Rich Harris 3 years ago
parent 4e7df6ae17
commit 1b652467be

@ -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) {
deps: null,
f: type | DIRTY,
l: 0,
fn: fn,
fn,
r: null,
v: null,
w: 0,

Loading…
Cancel
Save