This commit is contained in:
Khaleel Al-Adhami 2025-01-30 14:18:59 -08:00
parent cd7ccb3653
commit 95a0474963

View File

@ -837,7 +837,7 @@ export const useEventLoop = (
socket.current.disconnect(); socket.current.disconnect();
} }
}; };
}); }, []);
// localStorage event handling // localStorage event handling
useEffect(() => { useEffect(() => {