[FE] DELETE: 불필요한 파일 삭제 #78
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
|