Skip to content

Commit 241527e

Browse files
committed
fix: lint fix
1 parent 5489369 commit 241527e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Trigger from '@rc-component/trigger';
33
import type { ActionType, AlignType, AnimationType } from '@rc-component/trigger/lib/interface';
44
import classNames from 'classnames';
55
import * as React from 'react';
6-
import { forwardRef, useImperativeHandle, useRef, isValidElement, cloneElement } from 'react';
6+
import { forwardRef, useImperativeHandle, useRef, cloneElement } from 'react';
77
import { placements } from './placements';
88
import Popup from './Popup';
99
import useId from 'rc-util/lib/hooks/useId';

0 commit comments

Comments
 (0)