Implement transaction history page#17
Merged
Merged
Annotations
10 warnings
|
src/components/ui/SearchBar.tsx#L5
'useEffect' is defined but never used
|
|
src/components/single/CodeDescription.tsx#L43
React Hook useEffect has a missing dependency: 'getCodeDescription'. Either include it or remove the dependency array
|
|
src/components/multi/game/TypingBox.tsx#L189
React Hook useEffect has missing dependencies: 'gameStarted', 'lines', 'nickname', 'roomId', 'targetCode', 'trimmedCurrentLine', and 'trimmedUserInput'. Either include them or remove the dependency array
|
|
src/components/multi/game/TypingBox.tsx#L37
'initColors' is assigned a value but never used
|
|
src/components/multi/game/ProgressBoard.tsx#L41
'justifyClass' is assigned a value but never used
|
|
src/components/multi/RoomList.tsx#L2
'useState' is defined but never used
|
|
src/components/modal/RankingModal.tsx#L94
React Hook useEffect has a missing dependency: 'getRankingData'. Either include it or remove the dependency array
|
|
src/components/modal/GameResultModal.tsx#L6
'retryBtn' is defined but never used
|
|
src/components/effects/FireflakeCursor.tsx#L80
Assignments to the 'lastMoveTime' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
|
src/components/common/Header.tsx#L25
'userType' is assigned a value but never used
|
The logs for this run have expired and are no longer available.
Loading