[FE] 레퍼런스 링크 및 링크 카테고리 SSE에서 웹소켓으로 전환 #336
fe-CI.yml
on: pull_request
test-and-lint
1m 21s
publish-storybook
2m 36s
Annotations
1 error and 10 warnings
publish-storybook
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/components/PairRoom/TimerPip/TimerPip.tsx#L141
React Hook useEffect has a missing dependency: 'openPiP'. Either include it or remove the dependency array
|
test-and-lint:
frontend/src/components/PairRoom/TimerPip/TimerPip.tsx#L147
React Hook useEffect has a missing dependency: 'updatePiPContent'. 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/useCategory.ts#L26
React Hook useEffect has missing dependencies: 'accessCode' and 'isConnected'. Either include them or remove the dependency array
|
test-and-lint:
frontend/src/hooks/PairRoom/usePairRoom.ts#L43
React Hook useEffect has missing dependencies: 'addToast', 'setClient', and 'setIsConnected'. Either include them 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/useReference.ts#L25
React Hook useEffect has missing dependencies: 'accessCode' and 'isConnected'. Either include them or remove the dependency array
|
test-and-lint:
frontend/src/hooks/PairRoom/useTimer.ts#L131
React Hook useEffect has missing dependencies: 'accessCode', 'handleTimerEvent', 'handleTimerStatusEvent', and 'isConnected'. Either include them or remove the dependency array
|
test-and-lint:
frontend/src/hooks/PairRoom/useTodo.ts#L26
React Hook useEffect has missing dependencies: 'accessCode' and 'isConnected'. Either include them or remove the dependency array
|