feat: snaps dynamic UI #42353
Annotations
10 errors
Run yarn lint:tsc:
app/component-library/components-temp/CellSelectWithMenu/CellSelectWithMenu.tsx#L55
Type '{ accountAddress: string; type?: AvatarAccountType | undefined; size: AvatarSize; includesBorder?: boolean | undefined; children?: ReactNode; ... 82 more ...; variant: AvatarVariant.Account; } | { ...; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'IntrinsicAttributes & AvatarProps'.
|
Run yarn lint:tsc:
app/component-library/components/Avatars/Avatar/variants/AvatarFavicon/AvatarFavicon.tsx#L98
No overload matches this call.
|
Run yarn lint:tsc:
app/component-library/components/Avatars/AvatarGroup/AvatarGroup.tsx#L53
Type '{ size: AvatarSize; includesBorder: boolean; testID: string; accountAddress: string; type?: AvatarAccountType | undefined; children?: ReactNode; ... 81 more ...; variant: AvatarVariant.Account; } | { ...; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'IntrinsicAttributes & AvatarProps'.
|
Run yarn lint:tsc:
app/component-library/components/Cells/Cell/foundation/CellBase/CellBase.tsx#L40
Type '{ accountAddress: string; type?: AvatarAccountType | undefined; size: AvatarSize; includesBorder?: boolean | undefined; children?: ReactNode; ... 82 more ...; variant: AvatarVariant.Account; } | { ...; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'IntrinsicAttributes & AvatarProps'.
|
Run yarn lint:tsc:
app/component-library/components/Select/SelectButton/SelectButton.tsx#L54
Type '{ accountAddress: string; type?: AvatarAccountType | undefined; size: AvatarSize; includesBorder?: boolean | undefined; children?: ReactNode; ... 82 more ...; variant: AvatarVariant.Account; } | { ...; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'IntrinsicAttributes & AvatarProps'.
|
Run yarn lint:tsc:
app/component-library/components/Tags/TagUrl/TagUrl.tsx#L21
Type '{ variant: AvatarVariant.Favicon; imageSource: ImageSourcePropType; size: AvatarSize.Md; style: { marginRight: number; width: number; height: number; }; }' is not assignable to type 'IntrinsicAttributes & AvatarProps'.
|
Run yarn lint:tsc:
app/components/Approvals/Snaps/SnapUIRenderer/components/text.ts#L31
Property 'fontWeight' does not exist on type 'TextProps'.
|
Run yarn lint:tsc:
app/components/Approvals/Snaps/SnapUIRenderer/components/text.ts#L56
Property 'fontWeight' does not exist on type 'TextProps'.
|
Run yarn lint:tsc:
app/components/Approvals/Snaps/SnapUIRenderer/utils.ts#L118
Object is of type 'unknown'.
|
Run yarn lint:tsc:
app/components/UI/Snaps/SnapAvatar/SnapAvatar.tsx#L62
Type 'AvatarSize.Xl' is not assignable to type 'AvatarFaviconSize | undefined'.
|
Loading