Skip to content

[FE] BUG: 비로그인 시 불필요한 API 호출 막기 #178 #76

[FE] BUG: 비로그인 시 불필요한 API 호출 막기 #178

[FE] BUG: 비로그인 시 불필요한 API 호출 막기 #178 #76

Triggered via push February 17, 2025 02:10
Status Success
Total duration 37s
Artifacts

frontend-ci.yaml

on: push
frontend-ci
27s
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#L45
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