diff --git a/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx b/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx index 8e612cef8..d61ccffe6 100644 --- a/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx +++ b/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx @@ -225,7 +225,7 @@ function stitchAsts(asts: [StitchMode, GraphAstNode][]) { } return [mode, ast]; }, - ['block', { type: 'root', children: [] }] + ['block', { type: 'root', children: [] }] as [StitchMode, GraphAstNode] ); } const header = ({ children, depth, ...rest }) => {