Skip to content

Commit 5048091

Browse files
committed
Add comment to trigger status check
1 parent c9f9ebb commit 5048091

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pure.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ function render(
9191

9292
async function cleanup() {
9393
mountedContainers.forEach(cleanupAtContainer)
94+
// flush microtask queue after unmounting in case
95+
// unmount sequence generates new microtasks
9496
await flush()
9597
}
9698

0 commit comments

Comments
 (0)