We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04edbaa commit 689f896Copy full SHA for 689f896
src/components/tooltip/index.tsx
@@ -35,7 +35,7 @@ export const Tooltip = ({
35
side,
36
sideOffset,
37
align,
38
- disabled = false,
+ disabled = !title,
39
...props
40
}: TooltipProps) => {
41
if (disabled) {
0 commit comments