Nft address #1144
checks.yml
on: pull_request
Annotations
4 errors and 1 warning
Code quality:
ui/address/tokens/AddressCollections.tsx#L79
Type '{ token: TokenInfo<TokenType>; isLoading: boolean; id: string; metadata: Record<string, unknown> | null; value: string; is_unique: boolean; holder_address_hash: string | null; ... 5 more ...; key: string; }' is not assignable to type 'IntrinsicAttributes & TokenInstance & { token_type: Omit<TokenType, "ERC-20">; value: string; } & { isLoading: boolean; withTokenLink?: boolean | undefined; }'.
|
Code quality:
ui/address/tokens/AddressNFTs.tsx#L37
Property 'token' does not exist on type 'AddressNFT'.
|
Code quality:
ui/address/tokens/NFTItem.tsx#L16
Property 'token' does not exist on type 'Props'.
|
Code quality
Process completed with exit code 2.
|
Code quality:
theme/components/Tooltip/Tooltip.pw.tsx#L25
Unexpected use of the `.skip()` annotation
|