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 78d212b commit ab2d405Copy full SHA for ab2d405
1 file changed
src/index.tsx
@@ -5,7 +5,7 @@ import canUseDom from 'rc-util/lib/Dom/canUseDom';
5
import DomWrapper from './wapper';
6
7
interface MutationObserverProps {
8
- children: React.ReactElement;
+ children: React.ReactNode;
9
options?: MutationObserverInit;
10
onMutate?: (mutations: MutationRecord[], observer: MutationObserver) => void;
11
}
0 commit comments