diff --git a/packages/core/src/components/Grid.tsx b/packages/core/src/components/Grid.tsx index 7b3462ff..0e682fc5 100644 --- a/packages/core/src/components/Grid.tsx +++ b/packages/core/src/components/Grid.tsx @@ -20,7 +20,7 @@ const Grid = (props: GridProps) => { graph.clearGrid(); graph.drawGrid({ type, - ...options, + args: options, }); graph.showGrid(); }