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 5489369 commit 241527eCopy full SHA for 241527e
1 file changed
src/Tooltip.tsx
@@ -3,7 +3,7 @@ import Trigger from '@rc-component/trigger';
3
import type { ActionType, AlignType, AnimationType } from '@rc-component/trigger/lib/interface';
4
import classNames from 'classnames';
5
import * as React from 'react';
6
-import { forwardRef, useImperativeHandle, useRef, isValidElement, cloneElement } from 'react';
+import { forwardRef, useImperativeHandle, useRef, cloneElement } from 'react';
7
import { placements } from './placements';
8
import Popup from './Popup';
9
import useId from 'rc-util/lib/hooks/useId';
0 commit comments