Skip to content

Commit

Permalink
will this commit?
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Nov 27, 2024
1 parent f255203 commit 21a9e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/lemon-ui/Popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const Popover = React.forwardRef<HTMLDivElement, PopoverProps>(function P
const mergedReferenceRef = useMergeRefs([
referenceRef,
extraReferenceRef || null,
children?.ref,
(children as any)?.ref,
]) as React.RefCallback<HTMLElement>

const arrowStyle = middlewareData.arrow
Expand Down

0 comments on commit 21a9e25

Please sign in to comment.