[FE] FEAT: 재생중인 영상이 바뀌는 경우가 아니면 다시 재생하지 않음 #206 #101
Annotations
4 warnings
frontend-ci:
src/frontend/src/components/Sidebar/Chating/index.tsx#L52
React Hook useEffect has missing dependencies: 'isAtBottom', 'isFetching', and 'isMyMessage'. Either include them or remove the dependency array
|
frontend-ci:
src/frontend/src/components/Sidebar/Playlist/index.tsx#L199
React Hook useCallback has a missing dependency: 'updatePlaylistOnServer'. Either include it or remove the dependency array
|
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#L142
React Hook useEffect has a missing dependency: 'loadPlayer'. Either include it or remove the dependency array
|