Skip to content

[FE] 스타일 리팩터링 #308

[FE] 스타일 리팩터링

[FE] 스타일 리팩터링 #308

Triggered via pull request November 22, 2024 13:52
Status Failure
Total duration 1m 4s
Artifacts

fe-CI.yml

on: pull_request
test-and-lint
53s
test-and-lint
publish-storybook
0s
publish-storybook
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
test-and-lint: frontend/src/components/_common/IconButton/IconButton.tsx#L24
'onClick' is defined but never used
test-and-lint
Process completed with exit code 1.
test-and-lint: frontend/src/App.tsx#L54
React Hook useEffect has a missing dependency: 'updateUser'. Either include it or remove the dependency array
test-and-lint: frontend/src/hooks/Landing/useScrollIcon.ts#L70
React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array
test-and-lint: frontend/src/hooks/PairRoom/usePairRoomValid.ts#L38
React Hook useEffect has missing dependencies: 'addToast', 'location.state?.valid', and 'navigate'. Either include them or remove the dependency array
test-and-lint: frontend/src/hooks/PairRoom/useTimer.ts#L120
React Hook useEffect has missing dependencies: 'accessCode', 'addToast', 'fireNotification', 'handleStop', 'navigate', and 'queryClient'. Either include them or remove the dependency array
test-and-lint: frontend/src/hooks/_common/useAriaTrap.ts#L16
React Hook useEffect has a missing dependency: 'elementId'. Either include it or remove the dependency array
test-and-lint: frontend/src/hooks/_common/useDebounce.ts#L9
React Hook useEffect has a missing dependency: 'delay'. Either include it or remove the dependency array
test-and-lint: frontend/src/pages/Callback/Callback.tsx#L35
React Hook useEffect has missing dependencies: 'navigate' and 'setUser'. Either include them or remove the dependency array
test-and-lint: frontend/src/pages/Landing/Landing.tsx#L30
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
test-and-lint: frontend/src/pages/PairRoom/PairRoom.tsx#L44
React Hook useEffect has missing dependencies: 'accessCode' and 'navigate'. Either include them or remove the dependency array
test-and-lint: frontend/src/pages/PrivateRoutes.tsx#L38
React Hook useEffect has a missing dependency: 'validateAccess'. Either include it or remove the dependency array