Rich Harris 8 months ago
parent ef59763c76
commit 1426a6d9eb

@ -161,7 +161,7 @@ export function async_derived(fn) {
} }
}, IS_ASYNC); }, IS_ASYNC);
return promise.then(() => value); return Promise.resolve(promise).then(() => value);
} }
/** /**

Loading…
Cancel
Save