Skip to content

[FE] FIX: RoomPage에 메시지 테스트 코드 작성 #178 #73

[FE] FIX: RoomPage에 메시지 테스트 코드 작성 #178

[FE] FIX: RoomPage에 메시지 테스트 코드 작성 #178 #73

Triggered via push February 16, 2025 15:48
Status Success
Total duration 34s
Artifacts

frontend-ci.yaml

on: push
frontend-ci
26s
frontend-ci
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
frontend-ci: src/frontend/src/components/Sidebar/Chating/index.tsx#L85
React Hook useCallback has a missing dependency: 'scrollToBottom'. Either include it or remove the dependency array
frontend-ci: src/frontend/src/components/Sidebar/Chating/index.tsx#L162
The ref value 'topSentinelRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'topSentinelRef.current' to a variable inside the effect, and use that variable in the cleanup function
frontend-ci: src/frontend/src/components/Sidebar/Chating/index.tsx#L198
The ref value 'bottomSentinelRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'bottomSentinelRef.current' to a variable inside the effect, and use that variable in the cleanup function
frontend-ci: src/frontend/src/components/TopNavBar/index.tsx#L44
React Hook useEffect has missing dependencies: 'clearProfile', 'connect', 'fetchMyProfile', and 'fetchMyRooms'. Either include them or remove the dependency array
frontend-ci: src/frontend/src/components/YoutubePlayer/index.tsx#L128
React Hook useEffect has missing dependencies: 'loadPlayer' and 'videoQueue'. Either include them or remove the dependency array
frontend-ci: src/frontend/src/components/YoutubePlayer/index.tsx#L134
React Hook useEffect has missing dependencies: 'currentIndex' and 'loadPlayer'. Either include them or remove the dependency array