[FE] ETC: socket.io-client 설치 #134
Annotations
11 warnings
frontend-ci
Cache not found for keys: node-cache-Linux-x64-pnpm-a3637a3a475b554bd51a5e8c892a217ec3758bdc5ad4909888791b424d0d2d82
|
frontend-ci:
src/frontend/src/components/Modal/NotificationModal/index.tsx#L25
React Hook useEffect has missing dependencies: 'fetchNotifications' and 'resetNotificationCount'. Either include them or remove the dependency array
|
frontend-ci:
src/frontend/src/components/Search/SearchBar/index.tsx#L40
React Hook useEffect has missing dependencies: 'searchRoomList' and 'searchUserList'. Either include them or remove the dependency array
|
frontend-ci:
src/frontend/src/components/Sidebar/Chating/index.tsx#L53
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/VoiceChat/index.tsx#L168
React Hook useEffect has missing dependencies: 'getMedia' and 'makeConnection'. Either include them or remove the dependency array
|
frontend-ci:
src/frontend/src/components/Sidebar/VoiceChat/index.tsx#L175
React Hook useEffect has a missing dependency: 'getMedia'. Either include it or remove the dependency array
|
frontend-ci:
src/frontend/src/components/TopNavBar/index.tsx#L72
React Hook useEffect has missing dependencies: 'fetchFriends', 'fetchNotifications', and 'increaseNotificationCount'. Either include them or remove the dependency array
|
frontend-ci:
src/frontend/src/components/YoutubePlayer/index.tsx#L180
React Hook useEffect has a missing dependency: 'loadPlayer'. Either include it or remove the dependency array
|
frontend-ci:
src/frontend/src/pages/FriendPage/index.tsx#L20
React Hook useEffect has a missing dependency: 'fetchFriends'. Either include it or remove the dependency array
|
frontend-ci:
src/frontend/src/pages/MyRoomPage/index.tsx#L24
React Hook useEffect has a missing dependency: 'resetNewChatCount'. Either include it or remove the dependency array
|
frontend-ci:
src/frontend/src/pages/RoomPage/index.tsx#L44
React Hook useEffect has a missing dependency: 'roomId'. Either include it or remove the dependency array
|