Skip to content

Commit

Permalink
Merge pull request #158 from element-hq/florianduros/fix-tooltip-reac…
Browse files Browse the repository at this point in the history
…t-17

Fix tooltip react 17 build
  • Loading branch information
florianduros authored Apr 15, 2024
2 parents 25f8378 + 702cd86 commit f6d7b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function Tooltip({
nonInteractiveTriggerTabIndex = 0,
label,
...props
}: PropsWithChildren<TooltipProps>) {
}: PropsWithChildren<TooltipProps>): JSX.Element {
const context = useTooltip({ placement, isTriggerInteractive, ...props });

return (
Expand Down

0 comments on commit f6d7b79

Please sign in to comment.