diff --git a/libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.tsx b/libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.tsx index 93d98950e2..07e4eea279 100644 --- a/libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.tsx +++ b/libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.tsx @@ -21,6 +21,7 @@ interface RemixUIGridSectionProps { } const hasChildCell = (children: ReactNode): boolean => { + return true let found = false const isElement = (child: ReactNode): child is React.ReactElement => {