Nft address #1145
Annotations
5 errors and 1 warning
mocks/address/tokens.ts#L123
Type '{ token_type: string; value: string; is_unique: boolean; id: string; holder_address_hash: string | null; image_url: string | null; animation_url: string | null; external_app_url: string | null; metadata: Record<...> | null; owner: AddressParam | null; }' is not assignable to type 'AddressNFT'.
|
mocks/address/tokens.ts#L128
Type '{ token_type: string; value: string; is_unique: boolean; id: string; holder_address_hash: string | null; image_url: string | null; animation_url: string | null; external_app_url: string | null; metadata: Record<...> | null; owner: AddressParam | null; }' is not assignable to type 'AddressNFT'.
|
stubs/address.ts#L91
Type '{ is_unique: boolean; id: string; holder_address_hash: string | null; image_url: string | null; animation_url: string | null; external_app_url: string | null; metadata: Record<string, unknown> | null; owner: AddressParam | null; token_type: string; value: string; }' is not assignable to type 'AddressNFT'.
|
stubs/address.ts#L97
Type '{ is_unique: boolean; id: string; holder_address_hash: string | null; image_url: string | null; animation_url: string | null; external_app_url: string | null; metadata: Record<string, unknown> | null; owner: AddressParam | null; token_type: string; value: string; }' is not assignable to type 'AddressNFT'.
|
|
theme/components/Tooltip/Tooltip.pw.tsx#L25
Unexpected use of the `.skip()` annotation
|
The logs for this run have expired and are no longer available.
Loading