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 17d6a6b commit 45a344aCopy full SHA for 45a344a
2 files changed
src/index.tsx
@@ -3,7 +3,7 @@ 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 DomWrapper from './wrapper';
7
import type { MutationObserverProps } from './interface';
8
9
const defOptions: MutationObserverInit = {
src/wapper.ts src/wrapper.tssrc/wapper.ts renamed to src/wrapper.ts
0 commit comments