Implement Main page & header; Implement pre-commit & pre-push & git actions(CI)#11
Merged
Merged
Annotations
10 warnings
|
src/components/modal/SettingModal.jsx#L9
'setBgmVolume' is assigned a value but never used
|
|
src/components/modal/SettingModal.jsx#L9
'bgmVolume' is assigned a value 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.jsx#L5
'retryBtn' is defined but never used
|
|
src/components/keyboard/Keyboard.tsx#L2
'css' is defined but never used
|
|
src/components/keyboard/Keyboard.tsx#L1
'useMemo' is defined but never used
|
|
src/components/keyboard/Keyboard.jsx#L292
React Hook useEffect has a missing dependency: 'playSound'. Either include it or remove the dependency array
|
|
src/components/keyboard/Keyboard.jsx#L79
'keyboardMap' is assigned a value but never used
|
|
src/components/effects/FireflakeCursor.jsx#L79
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