pull/16197/head
Rich Harris 7 months ago
parent 3fe77cdebe
commit b7c39956ac

@ -47,6 +47,7 @@ export function boundary(node, props, children) {
export class Boundary { export class Boundary {
inert = false; inert = false;
ran = false;
/** @type {Boundary | null} */ /** @type {Boundary | null} */
parent; parent;

Loading…
Cancel
Save