pull/5042/head
yann300 7 months ago committed by Aniket
parent bafe47fd31
commit 6ee35ca03e
  1. 3
      libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.tsx

@ -29,14 +29,11 @@ const hasChildCell = (children: ReactNode): boolean => {
}
const traverse = (child: ReactNode) => {
console.log('found ', children)
if (found) return
if (isElement(child)) {
if (child.props.classList === 'EECellStyle') {
found = true
console.log('found ', child.props.className)
return
}

Loading…
Cancel
Save