nico/21-jan-26 #50

Open
nicoarya20 wants to merge 70 commits from nico/21-jan-26 into main
692 changed files with 28285 additions and 13157 deletions
Showing only changes of commit 67f29aabef - Show all commits

View File

@@ -32,6 +32,7 @@ export default function WaitingRoom() {
const [retryCount, setRetryCount] = useState(0);
const MAX_RETRIES = 2;
useEffect(() => {
let isMounted = true;
let interval: ReturnType<typeof setInterval>;