Skip to content

[FE] DELETE: 불필요한 파일 삭제 #78

[FE] DELETE: 불필요한 파일 삭제

[FE] DELETE: 불필요한 파일 삭제 #78

Triggered via push February 17, 2025 02:14
Status Success
Total duration 32s
Artifacts

frontend-ci.yaml

on: push
frontend-ci
25s
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/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
frontend-ci: src/frontend/src/hooks/utils/useDebounce.ts#L13
React Hook useEffect has a missing dependency: 'delay'. Either include it or remove the dependency array