Skip to content

Commit 5f26fe6

Browse files
authored
Ensure app ready effect cleans up state (#147)
1 parent 0dc9151 commit 5f26fe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/app/components/app-ready.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export function AppReadyEffect() {
2121
if (frame !== null) {
2222
cancelAnimationFrame(frame)
2323
}
24+
25+
resetReady(appElement)
2426
}
2527
}, [])
2628

0 commit comments

Comments
 (0)