diff --git a/src/components/lab/Popover/Popover.tsx b/src/components/lab/Popover/Popover.tsx index effed23042..645a011d3b 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)})}