diff --git a/packages/hypergraph-react/src/HypergraphSpaceContext.tsx b/packages/hypergraph-react/src/HypergraphSpaceContext.tsx index 1442edb4..33961945 100644 --- a/packages/hypergraph-react/src/HypergraphSpaceContext.tsx +++ b/packages/hypergraph-react/src/HypergraphSpaceContext.tsx @@ -146,7 +146,7 @@ export function useQueryLocal(type: S, para getEntities: () => entitiesRef.current, }); const { space: spaceFromContext } = useHypergraphSpaceInternal(); - const handle = useSubscribeToSpaceAndGetHandle({ spaceId: spaceFromParams ?? spaceFromContext, enabled: true }); + const handle = useSubscribeToSpaceAndGetHandle({ spaceId: spaceFromParams ?? spaceFromContext, enabled }); const handleIsReady = handle ? handle.isReady() : false; // biome-ignore lint/correctness/useExhaustiveDependencies: allow to change filter and include