[FEAT] 에러페이지 적용 #291
Annotations
10 warnings
frontend/src/components/chat/ChatList.tsx#L80
React Hook useEffect has a missing dependency: 'isAtBottom'. Either include it or remove the dependency array
|
frontend/src/components/client/ElapsedTime.tsx#L24
React Hook useEffect has a missing dependency: 'startDateTime'. Either include it or remove the dependency array
|
frontend/src/components/client/Player.tsx#L39
React Hook useEffect has a missing dependency: 'videoRef'. Either include it or remove the dependency array
|
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
|
frontend/src/components/client/VideoPlayer.tsx#L250
React Hook useEffect has missing dependencies: 'handleMouseMove' and 'handleMouseUp'. Either include them or remove the dependency array
|
frontend/src/components/main/LiveVideoCard.tsx#L57
React Hook useEffect has a missing dependency: 'videoRef'. Either include it or remove the dependency array
|
frontend/src/components/main/ReplayVideoCard.tsx#L55
React Hook useEffect has a missing dependency: 'videoRef'. Either include it or remove the dependency array
|
frontend/src/components/replay/Player.tsx#L37
React Hook useEffect has missing dependencies: 'handlePlayPause' and 'videoRef'. Either include them or remove the dependency array
|
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
|
frontend/src/contexts/chatContext.tsx#L64
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
The logs for this run have expired and are no longer available.
Loading