Skip to content

Commit a613739

Browse files
committed
update destroyTooltipOnHide to destroyOnHidden
1 parent d067a1f commit a613739

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
@@ -4,7 +4,7 @@ import type { ActionType, AlignType } from '@rc-component/trigger/lib/interface'
44
import useId from '@rc-component/util/lib/hooks/useId';
55
import classNames from 'classnames';
66
import * as React from 'react';
7-
import { forwardRef, useImperativeHandle, useRef } from 'react';
7+
import { useImperativeHandle, useRef } from 'react';
88
import { placements } from './placements';
99
import Popup from './Popup';
1010

0 commit comments

Comments
 (0)