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 d7ef4a1 commit 6e0e7e9Copy full SHA for 6e0e7e9
src/pages/Loading.tsx
@@ -11,7 +11,7 @@ export default function Loading() {
11
window.location.reload();
12
}, 8000);
13
14
- return () => clearTimeout(timer); // Clean up the timer on component unmount
+ return () => clearTimeout(timer);
15
}, []);
16
17
return (
0 commit comments