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 9c8f40f commit 15af3bcCopy full SHA for 15af3bc
1 file changed
src/index.tsx
@@ -2,8 +2,8 @@ import React, { useEffect, useRef } from 'react';
2
import { composeRef, supportRef } from 'rc-util/lib/ref';
3
import findDOMNode from 'rc-util/lib/Dom/findDOMNode';
4
import canUseDom from 'rc-util/lib/Dom/canUseDom';
5
+import useEvent from 'rc-util/lib/hooks/useEvent';
6
import DomWrapper from './wapper';
-import useEvent from 'rc-util/es/hooks/useEvent';
7
import type { MutationObserverProps } from './interface';
8
9
const defOptions: MutationObserverInit = {
0 commit comments