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 4996100 commit b1242f9Copy full SHA for b1242f9
src/DOMWrap.tsx
@@ -93,7 +93,7 @@ class DOMWrap extends React.Component<DOMWrapProps, DOMWrapState> {
93
this.resizeObserver.disconnect();
94
}
95
if (this.mutationObserver) {
96
- this.resizeObserver.disconnect();
+ this.mutationObserver.disconnect();
97
98
99
0 commit comments