Merge pull request #227 from sgdevcamp2025/fe/dev/feat_friendApi/#202 #113
Annotations
7 warnings
Setup Node.js 18.x
Cache not found for keys: node-cache-Linux-x64-pnpm-cd7b85e15ec12b58f39356f93e8ea20d002a6009fed91d362e3555956c50f1a2
|
Run Lint:
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
|
Run Lint:
src/frontend/src/components/Search/SearchBar/index.tsx#L34
React Hook useEffect has a missing dependency: 'searchList'. Either include it or remove the dependency array
|
Run Lint:
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
|
Run Lint:
src/frontend/src/components/TopNavBar/index.tsx#L81
React Hook useEffect has missing dependencies: 'fetchFriends', 'fetchNotifications', and 'increaseNotificationCount'. Either include them or remove the dependency array
|
Run Lint:
src/frontend/src/components/YoutubePlayer/index.tsx#L164
React Hook useEffect has a missing dependency: 'loadPlayer'. Either include it or remove the dependency array
|
Run Lint:
src/frontend/src/pages/FriendPage/index.tsx#L20
React Hook useEffect has a missing dependency: 'fetchFriends'. Either include it or remove the dependency array
|
Loading