pull/16091/head
Rich Harris 4 months ago
parent 786b50a48d
commit 0e091157a9

@ -44,10 +44,7 @@ export function invoke_error_boundary(error, effect) {
// @ts-expect-error // @ts-expect-error
current.fn(error); current.fn(error);
return; return;
} catch { } catch {}
// Remove boundary flag from effect (TODO is this still useful?)
current.f ^= BOUNDARY_EFFECT;
}
} }
current = current.parent; current = current.parent;

Loading…
Cancel
Save