[FE] FIX: 타입 추가 #97
Annotations
4 errors and 4 warnings
frontend-ci:
src/frontend/src/components/Sidebar/UserList/index.tsx#L45
Unexpected any. Specify a different type
|
frontend-ci:
src/frontend/src/components/Sidebar/UserList/index.tsx#L65
Unexpected any. Specify a different type
|
frontend-ci:
src/frontend/src/components/Sidebar/UserList/index.tsx#L82
Unexpected any. Specify a different type
|
frontend-ci
Process completed with exit code 1.
|
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#L138
React Hook useEffect has a missing dependency: 'loadPlayer'. Either include it or remove the dependency array
|