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 {
inert = false;
ran = false;
/** @type {Boundary | null} */
parent;

Loading…
Cancel
Save