feat: multi chain list and network filter (experimental) #38057
Annotations
10 errors and 1 warning
Run yarn lint:tsc:
app/components/UI/AccountInfoCard/index.test.tsx#L70
Object literal may only specify known properties, and 'contractBalances' does not exist in type '{ tokenBalances?: { [x: `0x${string}`]: { [x: `0x${string}`]: { [x: `0x${string}`]: `0x${string}` | undefined; } | undefined; } | undefined; } | undefined; }'.
|
Run yarn lint:tsc:
app/components/UI/CollectibleContracts/index.test.tsx#L108
Type '{ [x: string]: { '0x1': ({ address: string; description: string; error: string; favorite: false; image: string; isCurrentlyOwned: true; name: string; standard: string; tokenId: string; tokenURI: string; } | { ...; })[]; }; }' is not assignable to type '{ [x: string]: { [x: `0x${string}`]: { tokenId?: string | undefined; address?: string | undefined; isCurrentlyOwned?: boolean | undefined; name?: string | null | undefined; description?: string | null | undefined; ... 18 more ...; topBid?: { ...; } | undefined; }[] | undefined; } | undefined; }'.
|
Run yarn lint:tsc:
app/components/UI/CollectibleMedia/CollectibleMedia.tsx#L205
Property 'error' does not exist on type 'Nft'.
|
Run yarn lint:tsc:
app/components/UI/CollectibleMedia/CollectibleMedia.tsx#L215
Property 'error' does not exist on type 'Nft'.
|
Run yarn lint:tsc:
app/components/UI/Tokens/index.tsx#L235
Cannot find name 'Hex'.
|
Run yarn lint:tsc:
app/components/Views/DetectedTokens/index.tsx#L275
Type 'Token' is not assignable to type 'Token & { chainId: `0x${string}`; }'.
|
Run yarn lint:tsc:
app/components/Views/SDK/SDKSessionsManager/SDKSessionAccountListItem.test.tsx#L26
Object literal may only specify known properties, and 'contractBalances' does not exist in type '{ tokenBalances?: { [x: `0x${string}`]: { [x: `0x${string}`]: { [x: `0x${string}`]: `0x${string}` | undefined; } | undefined; } | undefined; } | undefined; }'.
|
Run yarn lint:tsc:
app/components/Views/confirmations/Send/index.test.tsx#L61
Object literal may only specify known properties, and 'contractBalances' does not exist in type '{ tokenBalances?: { [x: `0x${string}`]: { [x: `0x${string}`]: { [x: `0x${string}`]: `0x${string}` | undefined; } | undefined; } | undefined; } | undefined; }'.
|
Run yarn lint:tsc:
app/selectors/tokensController.ts#L48
No overload matches this call.
|
Run yarn lint:tsc
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading