Skip to content

[Refactor] Lighthouse 점수 개선 #21

[Refactor] Lighthouse 점수 개선

[Refactor] Lighthouse 점수 개선 #21

Triggered via pull request January 20, 2025 09:09
Status Success
Total duration 48s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build (backend)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (frontend)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (frontend): frontend/src/components/chat/ChatList.tsx#L50
React Hook useEffect has a missing dependency: 'isAtBottom'. Either include it or remove the dependency array
build (frontend): frontend/src/components/chat/ChatQuestionSection.tsx#L40
React Hook useCallback has a missing dependency: 'sendMessage'. Either include it or remove the dependency array
build (frontend): frontend/src/components/client/ElapsedTime.tsx#L24
React Hook useEffect has a missing dependency: 'startDateTime'. Either include it or remove the dependency array
build (frontend): frontend/src/components/client/Player.tsx#L39
React Hook useEffect has a missing dependency: 'videoRef'. Either include it or remove the dependency array
build (frontend): frontend/src/components/client/VideoPlayer.tsx#L125
React Hook useEffect has missing dependencies: 'adjustVolume', 'handlePlayPause', 'seekBackward', and 'seekForward'. Either include them or remove the dependency array
build (frontend): frontend/src/components/client/VideoPlayer.tsx#L250
React Hook useEffect has missing dependencies: 'handleMouseMove' and 'handleMouseUp'. Either include them or remove the dependency array
build (frontend): frontend/src/components/main/MainLiveSection.tsx#L43
React Hook useEffect has a missing dependency: 'allData.length'. Either include it or remove the dependency array
build (frontend): frontend/src/components/main/MainReplaySection.tsx#L43
React Hook useEffect has a missing dependency: 'allData.length'. Either include it or remove the dependency array
build (frontend): frontend/src/components/replay/Player.tsx#L37
React Hook useEffect has missing dependencies: 'handlePlayPause' and 'videoRef'. Either include them or remove the dependency array
build (frontend): frontend/src/contexts/ChatSessionContext.tsx#L44
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components