set base route to index #6
Annotations
10 errors
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#L109
Type '{ iconSize: number; url: string; }' is not assignable to type 'IntrinsicAttributes & SocialIconProps'.
|
build:
src/components/details-card/index.tsx#L122
Type '{ iconSize: number; url: string; }' is not assignable to type 'IntrinsicAttributes & SocialIconProps'.
|
build:
src/components/details-card/index.tsx#L130
Type '{ iconSize: number; url: string; }' is not assignable to type 'IntrinsicAttributes & SocialIconProps'.
|
build:
src/components/details-card/index.tsx#L138
Type '{ iconSize: number; url: string; }' is not assignable to type 'IntrinsicAttributes & SocialIconProps'.
|
build:
src/components/details-card/index.tsx#L146
Type '{ iconSize: number; }' is not assignable to type 'IntrinsicAttributes & IconBaseProps'.
|
build:
src/components/gitprofile.tsx#L30
'BlogCard' is declared but its value is never read.
|