Merge branch 'differentiate-stale-reactions' into differentiate-stale-reactions-2

pull/18181/head
Simon H 5 days ago committed by GitHub
commit 25f8a9dfa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -213,9 +213,7 @@ export function async_derived(fn, label, location) {
decrement_pending?.();
if (error === OBSOLETE || (effect.f & DESTROYED) !== 0) {
return;
}
if (error === OBSOLETE) return;
batch.activate();

Loading…
Cancel
Save