[A6] Add frontend integration for game: Gameshow Quiz #36
Annotations
1 error and 8 warnings
|
|
|
src/providers/AuthGate.tsx#L27
React Hook useEffect has missing dependencies: 'logout', 'setToken', and 'setUser'. Either include them or remove the dependency array
|
|
src/pages/sliding-puzzle/PlaySlidingPuzzle.tsx#L587
React Hook useEffect has missing dependencies: 'applyHint' and 'toastStyle'. Either include them or remove the dependency array
|
|
src/pages/sliding-puzzle/PlaySlidingPuzzle.tsx#L331
React Hook useEffect has a missing dependency: 'toastStyle'. Either include it or remove the dependency array
|
|
src/pages/sliding-puzzle/PlaySlidingPuzzle.tsx#L255
React Hook useEffect has a missing dependency: 'isMuted'. Either include it or remove the dependency array
|
|
src/pages/sliding-puzzle/PlaySlidingPuzzle.tsx#L225
React Hook useEffect has a missing dependency: 'isMuted'. Either include it or remove the dependency array
|
|
src/pages/maze-chase/components/StartScreen.tsx#L61
The ref value 'audioRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'audioRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
src/pages/flip-tiles/FlipTiles.tsx#L79
The ref value 'timeoutsRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'timeoutsRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
src/pages/TypeTheAnswer.tsx#L154
React Hook useEffect has a missing dependency: 'submitGame'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading