Upgrade React SDK, fix inbox tabs #6
Annotations
3 errors
Check types:
src/hooks/useInitXmtpClient.ts#L222
Argument of type '{ account: Account; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; chain: Chain; ... 23 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; }' is not assignable to parameter of type 'Signer | { account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; ... 25 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; } | null'.
|
Check types:
src/hooks/useInitXmtpClient.ts#L244
Type '{ account: Account; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; chain: Chain; ... 23 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; }' is not assignable to type 'Signer | { account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; ... 25 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; } | null | undefined'.
|
Check types
Process completed with exit code 2.
|
Loading