Skip to content

Commit 7855b99

Browse files
fix: tooltip asChild to false (#251)
1 parent e082974 commit 7855b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/raystack/v1/components/tooltip/tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const Tooltip: React.FC<TooltipProps> = ({
4343
delayDuration = 200,
4444
skipDelayDuration = 200,
4545
'aria-label': ariaLabel,
46-
asChild = true,
46+
asChild = false,
4747
}) => {
4848
return disabled ? (
4949
children

0 commit comments

Comments
 (0)