diff --git a/src/components/lab/Popover/Popover.tsx b/src/components/lab/Popover/Popover.tsx index effed2304..645a011d3 100644 --- a/src/components/lab/Popover/Popover.tsx +++ b/src/components/lab/Popover/Popover.tsx @@ -100,7 +100,7 @@ export function Popover({ return ( - {React.cloneElement(child, {ref: anchorRef, ...getReferenceProps()})} + {React.cloneElement(child, {ref: anchorRef, ...getReferenceProps(child.props)})}