Skip to content

Commit

Permalink
Attempted fix for build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Feb 2, 2023
1 parent 68b87bd commit f443fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-core/src/components/Popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export const Popover: React.FunctionComponent<PopoverProps> = ({
reference={reference}
popper={content}
popperMatchesTriggerWidth={false}
appendTo={appendTo === 'inline' ? getInlineReference() || undefined : appendTo}
appendTo={appendTo === 'inline' ? getInlineReference || undefined : appendTo}
isVisible={visible}
positionModifiers={positionModifiers}
distance={distance}
Expand Down

0 comments on commit f443fd7

Please sign in to comment.