This commit is contained in:
Mary Hipp 2024-01-26 16:05:13 -05:00 committed by psychedelicious
parent f79bbd2d6e
commit 55e91b97be

View File

@ -56,7 +56,7 @@ export const useSocketIO = () => {
} }
return { ...options, ...addlSocketOptions }; return { ...options, ...addlSocketOptions };
}, [authToken, addlSocketOptions]); }, [authToken, addlSocketOptions, baseUrl]);
useEffect(() => { useEffect(() => {
if ($isSocketInitialized.get()) { if ($isSocketInitialized.get()) {