diff --git a/packages/blitz-dom/src/node.rs b/packages/blitz-dom/src/node.rs index 0c6827a3..ab2f202c 100644 --- a/packages/blitz-dom/src/node.rs +++ b/packages/blitz-dom/src/node.rs @@ -46,7 +46,7 @@ pub enum DisplayOuter { // todo: might be faster to migrate this to ecs and split apart at a different boundary pub struct Node { // The actual tree we belong to. This is unsafe!! - pub tree: *mut Slab, + tree: *mut Slab, /// Our Id pub id: usize,