F/rainbowkit wagmi 1 #60
Annotations
10 errors
test
Type '{ account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ... 24 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; }' is missing the following properties from type 'Wallet': address, provider, _signingKey, _mnemonic, and 18 more.
|
test
Expected 2 arguments, but got 1.
|
test
Expected 1 arguments, but got 0.
|
test
Type 'Wallet' is missing the following properties from type '{ account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ... 24 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; }': account, cacheTime, chain, key, and 19 more.
|
test
'wallet' is possibly 'undefined'.
|
test
Property 'connect' does not exist on type '{ account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ... 24 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; }'.
|
test
Type '{ account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ... 24 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; } | undefined' is not assignable to type 'Account | undefined'.
|
test
Type '{ account: `0x${string}`; chain: { id: number; unsupported: false; }; provider: any; }' is not assignable to type 'ConnectorData'.
|
test
Property 'isChainUnsupported' does not exist on type 'typeof Connector'.
|
test
@vocdoni/rainbowkit-wallets#lint: command (/home/runner/work/ui-components/ui-components/packages/rainbowkit-wallets) yarn run lint exited (2)
|