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 ec00060 commit 399d9a9Copy full SHA for 399d9a9
src/components/content/ItemBase/ItemBase.tsx
@@ -364,12 +364,10 @@ export function useAutoTooltip({
364
tooltip,
365
children,
366
labelProps,
367
- labelRef: externalLabelRef,
368
}: {
369
tooltip: CubeItemBaseProps['tooltip'];
370
children: ReactNode;
371
labelProps?: Props;
372
- labelRef?: RefObject<HTMLElement>;
373
}) {
374
// Determine if auto tooltip is enabled
375
// Auto tooltip only works when children is a string (overflow detection needs text)
0 commit comments