스토리 피드 api 연결 #49
ci.yml
on: pull_request
Lint / Type / Test / Build
37s
Annotations
4 errors
|
Lint / Type / Test / Build
Process completed with exit code 2.
|
|
Lint / Type / Test / Build:
src/widgets/stories/ui/StoryItem.tsx#L22
Object literal may only specify known properties, and 'user_id' does not exist in type 'ParamsReducerFn<RouterCore<Route<Register, any, "/", "/", string, "__root__", undefined, {}, {}, AnyContext, AnyContext, {}, undefined, RootRouteChildren, FileRouteTypes, unknown, unknown, undefined>, "never", false, RouterHistory, Record<...>>, "PATH", string, "/stories/$user_id">'.
|
|
Lint / Type / Test / Build:
src/widgets/stories/ui/StoryItem.tsx#L21
Type '"/stories/$user_id"' is not assignable to type '"/" | "." | ".." | "/login" | "/explore" | "/test" | "/accounts/emailsignup" | "/web/lite" | "/$profile_name/albums" | "/$profile_name/saved" | "/p/$post_id" | "/accounts/password/reset" | "/stories/$profile_name/$story_id" | "/$profile_name" | "/explore/locations" | "/explore/locations/$countryCode/$countryName"'.
|
|
Lint / Type / Test / Build:
src/routes/stories/$user_id.tsx#L3
Argument of type '"/stories/$user_id"' is not assignable to parameter of type 'keyof FileRoutesByPath | undefined'.
|