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 34a03a0 commit a378f1aCopy full SHA for a378f1a
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, cloneElement } from 'react';
+import { forwardRef, useImperativeHandle, useRef } from 'react';
7
import { placements } from './placements';
8
import Popup from './Popup';
9
import useId from 'rc-util/lib/hooks/useId';
0 commit comments