WIPフォロー・フォロワー一覧 #407
Annotations
10 errors and 2 warnings
TSC:
src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx#L80
Property 'displayname' does not exist on type 'FFProfileCardProps'.
|
TSC:
src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx#L2
Import 'FollowList' conflicts with local value, so must be declared with a type-only import when 'isolatedModules' is enabled.
|
TSC:
src/app/(menu)/(public)/[username]/followers/page.tsx#L8
Type '{}' is missing the following properties from type '{ displayName: string; userName: string; profileAvatarImageUrl: string; bio: string; authId: number | undefined; }': displayName, userName, profileAvatarImageUrl, bio, authId
|
TSC:
src/app/(menu)/(public)/[username]/followers/page.tsx#L9
Type '{}' is missing the following properties from type '{ displayName: string; userName: string; profileAvatarImageUrl: string; bio: string; authId: number | undefined; }': displayName, userName, profileAvatarImageUrl, bio, authId
|
TSC:
src/app/(menu)/(public)/[username]/followers/page.tsx#L10
Type '{}' is missing the following properties from type '{ displayName: string; userName: string; profileAvatarImageUrl: string; bio: string; authId: number | undefined; }': displayName, userName, profileAvatarImageUrl, bio, authId
|
TSC:
src/app/(menu)/(public)/[username]/followers/page.tsx#L11
Type '{}' is missing the following properties from type '{ displayName: string; userName: string; profileAvatarImageUrl: string; bio: string; authId: number | undefined; }': displayName, userName, profileAvatarImageUrl, bio, authId
|
TSC:
src/app/(menu)/(public)/[username]/followers/page.tsx#L12
Type '{}' is missing the following properties from type '{ displayName: string; userName: string; profileAvatarImageUrl: string; bio: string; authId: number | undefined; }': displayName, userName, profileAvatarImageUrl, bio, authId
|
TSC:
src/app/(menu)/(public)/[username]/followers/page.tsx#L13
Type '{}' is missing the following properties from type '{ displayName: string; userName: string; profileAvatarImageUrl: string; bio: string; authId: number | undefined; }': displayName, userName, profileAvatarImageUrl, bio, authId
|
TSC:
src/app/(menu)/(public)/[username]/followers/page.tsx#L14
Type '{}' is missing the following properties from type '{ displayName: string; userName: string; profileAvatarImageUrl: string; bio: string; authId: number | undefined; }': displayName, userName, profileAvatarImageUrl, bio, authId
|
TSC:
src/app/(menu)/(public)/[username]/followers/page.tsx#L15
Type '{}' is missing the following properties from type '{ displayName: string; userName: string; profileAvatarImageUrl: string; bio: string; authId: number | undefined; }': displayName, userName, profileAvatarImageUrl, bio, authId
|
Lint Check:
src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx#L87
'isMe' is assigned a value but never used
|
Lint Check:
src/app/(menu)/(public)/[username]/followers/page.tsx#L2
'ComingSoon' is defined but never used
|
Loading