Skip to content

Merge branch 'dev-fe' of https://github.com/boostcampwm-2024/web22-Li… #311

Merge branch 'dev-fe' of https://github.com/boostcampwm-2024/web22-Li…

Merge branch 'dev-fe' of https://github.com/boostcampwm-2024/web22-Li… #311

Triggered via push December 2, 2024 08:29
Status Success
Total duration 49s
Artifacts

ci.yml

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

Annotations

10 warnings
build (frontend): frontend/src/components/chat/ChatList.tsx#L105
React Hook useEffect has a missing dependency: 'isAtBottom'. 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/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/VideoContext.tsx#L22
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build (frontend): frontend/src/contexts/chatContext.tsx#L78
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
build (frontend): frontend/src/contexts/chatContext.tsx#L93
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build (frontend): frontend/src/hocs/withLiveExistCheck.tsx#L18
React Hook useEffect has missing dependencies: 'isLiveExist' and 'navigate'. Either include them or remove the dependency array