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 d067a1f commit a613739Copy full SHA for a613739
src/Tooltip.tsx
@@ -4,7 +4,7 @@ import type { ActionType, AlignType } from '@rc-component/trigger/lib/interface'
4
import useId from '@rc-component/util/lib/hooks/useId';
5
import classNames from 'classnames';
6
import * as React from 'react';
7
-import { forwardRef, useImperativeHandle, useRef } from 'react';
+import { useImperativeHandle, useRef } from 'react';
8
import { placements } from './placements';
9
import Popup from './Popup';
10
0 commit comments