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 5c4a077 commit 31f3213Copy full SHA for 31f3213
src/wait-for-dom-change.js
@@ -1,4 +1,4 @@
1
-import {getDocument, getSetImmediate, newMutationObserver} from './helpers'
+import {newMutationObserver, getDocument, getSetImmediate} from './helpers'
2
3
function waitForDomChange({
4
container = getDocument(),
0 commit comments