Skip to content

[FE] FIX: 타입 추가 #98

[FE] FIX: 타입 추가

[FE] FIX: 타입 추가 #98

Triggered via push February 21, 2025 04:31
Status Failure
Total duration 32s
Artifacts

frontend-ci.yaml

on: push
frontend-ci
24s
frontend-ci
Fit to window
Zoom out
Zoom in

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