Skip to content

Commit

Permalink
Add arrow to fix floating-ui errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brookewp committed Jul 21, 2023
1 parent d89c685 commit 26442dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/ui/ariakit-tooltip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import {
Tooltip,
TooltipAnchor,
TooltipArrow,
useTooltipStore,
} from '@ariakit/react/tooltip';

Expand Down Expand Up @@ -80,6 +81,7 @@ function AriaToolTip( props: ToolTipProps ) {
shortcut={ shortcut }
/>
) }
<TooltipArrow size={ 0 } />
</Tooltip>
) }
</>
Expand Down

0 comments on commit 26442dd

Please sign in to comment.