React Native CI - Typescript Compile #49
Annotations
12 errors
build
Process completed with exit code 2.
|
build
Process completed with exit code 1.
|
build
Module '"@solana-mobile/mobile-wallet-adapter-walletlib"' has no exported member 'AuthorizationNotValid'.
|
build
Cannot find module '@solana/wallet-adapter-react/lib/types/useWallet' or its corresponding type declarations.
|
build
Variable 'typedRequest' implicitly has type 'any' in some locations where its type cannot be determined.
|
build
Variable 'typedResponse' implicitly has type 'any' in some locations where its type cannot be determined.
|
build
Variable 'typedRequest' implicitly has an 'any' type.
|
build
Variable 'typedResponse' implicitly has an 'any' type.
|
build
Conversion of type '{ publicKey: Uint8Array; label: string; }' to type 'AuthorizeDappResponse' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build
Cannot find name 'AuthorizationNotValidResponse'.
|
build
Type '{ __type: MWARequestType.AuthorizeDappRequest; requestId: string; sessionId: string; cluster: string; authorizationScope: Uint8Array; }' is not assignable to type 'MWARequest'.
|
build
Type '{ __type: MWARequestType.SignTransactionsRequest; payloads: Uint8Array[]; requestId: string; sessionId: string; cluster: string; authorizationScope: Uint8Array; }' is not assignable to type 'MWARequest'.
|