Skip to content

Commit 15af3bc

Browse files
committed
fix
1 parent 9c8f40f commit 15af3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React, { useEffect, useRef } from 'react';
22
import { composeRef, supportRef } from 'rc-util/lib/ref';
33
import findDOMNode from 'rc-util/lib/Dom/findDOMNode';
44
import canUseDom from 'rc-util/lib/Dom/canUseDom';
5+
import useEvent from 'rc-util/lib/hooks/useEvent';
56
import DomWrapper from './wapper';
6-
import useEvent from 'rc-util/es/hooks/useEvent';
77
import type { MutationObserverProps } from './interface';
88

99
const defOptions: MutationObserverInit = {

0 commit comments

Comments
 (0)