[FE] FIX: RoomPage에 메시지 테스트 코드 작성 #178 #73
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
|