Skip to content

JS Packages 2.1.5 Version Bump #53

JS Packages 2.1.5 Version Bump

JS Packages 2.1.5 Version Bump #53

Triggered via pull request February 4, 2025 23:19
Status Success
Total duration 8m 41s
Artifacts

react-native.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 10 warnings
build
Process completed with exit code 2.
build: examples/example-react-native-wallet/bottomsheets/AuthenticationScreen.tsx#L42
React Hook useEffect has missing dependencies: 'clientTrustUseCase' and 'request.appIdentity?.identityUri'. Either include them or remove the dependency array
build: examples/example-react-native-wallet/bottomsheets/SignAndSendTransactionsScreen.tsx#L105
React Hook useEffect has missing dependencies: 'clientTrustUseCase' and 'request'. Either include them or remove the dependency array
build: examples/example-react-native-wallet/bottomsheets/SignInScreen.tsx#L16
'createSignInMessage' is defined but never used
build: examples/example-react-native-wallet/bottomsheets/SignInScreen.tsx#L18
'encode' is defined but never used
build: examples/example-react-native-wallet/bottomsheets/SignInScreen.tsx#L19
'sign' is defined but never used
build: examples/example-react-native-wallet/bottomsheets/SignInScreen.tsx#L51
React Hook useEffect has missing dependencies: 'clientTrustUseCase' and 'request.appIdentity?.identityUri'. Either include them or remove the dependency array
build: examples/example-react-native-wallet/bottomsheets/SignPayloadsScreen.tsx#L125
React Hook useEffect has missing dependencies: 'clientTrustUseCase' and 'request'. Either include them or remove the dependency array
build: examples/example-react-native-wallet/components/MWABottomsheetHeader.tsx#L6
'VerificationInProgress' is defined but never used
build: examples/example-react-native-wallet/components/MWABottomsheetHeader.tsx#L49
'statusText' is assigned a value but never used
build: examples/example-react-native-wallet/screens/MobileWalletAdapterEntrypointBottomSheet.tsx#L28
'SolanaMWAWalletLibErrorCode' is defined but never used
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'.
build: examples/example-react-native-wallet/bottomsheets/AuthenticationScreen.tsx#L36
'verificationState' is already declared in the upper scope on line 26 column 10
build: examples/example-react-native-wallet/bottomsheets/SignAndSendTransactionsScreen.tsx#L90
'verified' is already declared in the upper scope on line 79 column 10