fix(multi): add missing timer dependency to navigate callback

This commit is contained in:
jessy-david-dev
2026-04-15 19:33:00 +02:00
parent 84db5451a2
commit 50d8814eb6
+1 -2
View File
@@ -272,9 +272,8 @@ export function useMultiGame() {
} catch { } catch {
/* on continue localement */ /* on continue localement */
} }
// eslint-disable-next-line react-hooks/exhaustive-deps
}, },
[room, playerId], [room, playerId, timer],
); );
// Room actions // Room actions