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 c9f9ebb commit 5048091Copy full SHA for 5048091
src/pure.js
@@ -91,6 +91,8 @@ function render(
91
92
async function cleanup() {
93
mountedContainers.forEach(cleanupAtContainer)
94
+ // flush microtask queue after unmounting in case
95
+ // unmount sequence generates new microtasks
96
await flush()
97
}
98
0 commit comments