Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Aug 11, 2023
1 parent 364d2ea commit c64323f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/AnchoredOverlay/AnchoredOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ export const AnchoredOverlay: React.FC<React.PropsWithChildren<AnchoredOverlayPr
[open, onOpen, onClose],
)

console.log({anchorRef})

const {position} = useAnchoredPosition(
{
anchorElementRef: anchorRef,
Expand Down
2 changes: 1 addition & 1 deletion src/experimental/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ type TooltipDirection = 'nw' | 'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w'
export type TooltipProps = React.PropsWithChildren<
{
direction?: TooltipDirection
text: string
text?: string
noDelay?: boolean
type?: 'label' | 'description'
} & SxProp &
Expand Down

0 comments on commit c64323f

Please sign in to comment.