[FE] FIX: 타입 추가 #98
Annotations
2 errors and 4 warnings
frontend-ci
Type '{ userId: number; userRole: number; myRole: UserRole.CREATOR; sidebarType: SidebarType.VOICECHAT; }' is missing the following properties from type 'ProfileDetailDto': nickname, imgUrl
|
frontend-ci
Process completed with exit code 2.
|
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
|