feat: [FN-88] 누락된 처리 로직 추가 #9
Annotations
6 errors
|
deploy
Process completed with exit code 2.
|
|
deploy:
src/shared/components/infinite-scroll-list.tsx#L1
'ReactNode' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
|
deploy:
src/pages/group-list.tsx#L150
Object literal may only specify known properties, and 'id' does not exist in type 'ParamsReducerFn<RouterCore<Route<any, "/", "/", string, "__root__", undefined, {}, RouterContext, AnyContext, AnyContext, {}, undefined, RootRouteChildren, FileRouteTypes>, "never", false, RouterHistory, Record<...>>, "PATH", string, "/groups/$id">'.
|
|
deploy:
src/pages/group-list.tsx#L149
Type '"/groups/$id"' is not assignable to type '"/auth/login" | "/auth/register" | "/groups" | "." | ".." | "/user/$userId" | "/" | "/cardset-list" | "/dashboard" | "/group-list" | "/reset-password" | "/groups/create" | "/cardsets/editor/$id" | "/groups/$groupId/manage" | "/groups/$groupId" | "/groups/$groupId/cardsets/$cardsetId"'.
|
|
deploy:
src/pages/create-group.tsx#L159
'e.target.files' is possibly 'null'.
|
|
deploy:
src/features/social-link/hooks/useSocialAccount.ts#L7
Property 'getSocialLinkUrl' does not exist on type '{ login: (data: UserLoginRequest) => Promise<AxiosResponse<ApiResponse<unknown>, any>>; register: (data: UserRegisterRequest) => Promise<...>; ... 9 more ...; deleteSocialLink: (socialLinkId: number) => Promise<...>; }'. Did you mean 'getSocialLinks'?
|