set base route to index #5
Annotations
10 errors
build:
src/components/avatar-card/index.tsx#L45
'isCompanyMention' is declared but its value is never read.
|
build:
src/components/avatar-card/index.tsx#L49
'companyLink' is declared but its value is never read.
|
build:
src/components/details-card/index.tsx#L30
'getFormattedMastodonValue' is declared but its value is never read.
|
build:
src/components/details-card/index.tsx#L49
'title' is declared but its value is never read.
|
build:
src/components/details-card/index.tsx#L49
'value' is declared but its value is never read.
|
build:
src/components/details-card/index.tsx#L49
'skeleton' is declared but its value is never read.
|
build:
src/components/details-card/index.tsx#L106
Type '{ children: ("" | Element | undefined)[]; class: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
build:
src/components/details-card/index.tsx#L109
Type '{ size: number; url: string; }' is not assignable to type 'IntrinsicAttributes & SocialIconProps'.
|
build:
src/components/details-card/index.tsx#L122
Type '{ size: number; url: string; }' is not assignable to type 'IntrinsicAttributes & SocialIconProps'.
|
build:
src/components/details-card/index.tsx#L130
Type '{ size: number; url: string; }' is not assignable to type 'IntrinsicAttributes & SocialIconProps'.
|