Bump @metamask/sdk-communication-layer from 0.32.0 to 0.33.1 #46
ci.yml
on: pull_request
Annotations
10 errors
build
Property 'removeListener' does not exist on type 'Awaited<provider>'.
|
build
Property 'init' does not exist on type 'Awaited<provider>'.
|
build
Property 'connected' does not exist on type 'Awaited<provider>'.
|
build
Property 'on' does not exist on type 'Awaited<provider>'.
|
build
Property 'bind' does not exist on type '({ readonly icon?: string | undefined; readonly id: string; readonly name: string; readonly rdns?: string | readonly string[] | undefined; readonly supportsSimulation?: boolean | undefined; ... 14 more ...; onMessage?(message: ProviderMessage): void; } & properties)[string]'.
|
build
Property 'isReconnecting' does not exist on type '{}'.
|
build
Property 'chainId' does not exist on type '{}'.
|
build
Type '({ chainId, isReconnecting }?: {}) => Promise<{ accounts: readonly `0x${string}`[]; chainId: number; }>' is not assignable to type '(<withCapabilities extends boolean = false>(parameters?: { chainId?: number | undefined; isReconnecting?: boolean | undefined; withCapabilities?: boolean | withCapabilities | undefined; } | undefined) => Promise<...>) & ((parameters?: { ...; } | undefined) => Promise<...>)'.
|
build
Property 'on' does not exist on type 'NonNullable<Awaited<provider>>'.
|
build
Object is possibly 'undefined'.
|