Major refactoring and compatibility with dynamic bundle #22
Annotations
11 errors
|
Run tests
Process completed with exit code 1.
|
|
Install dependencies:
src/services/walletSetupService.ts#L1
Cannot find module '@tetherto/wdk-react-native-secure-storage' or its corresponding type declarations.
|
|
Install dependencies:
src/services/balanceService.ts#L166
Spread types may only be created from object types.
|
|
Install dependencies:
src/provider/WdkAppProvider.tsx#L30
Cannot find module '@tetherto/wdk-react-native-secure-storage' or its corresponding type declarations.
|
|
Install dependencies:
src/hooks/useWalletManager.ts#L255
Parameter 'id' implicitly has an 'any' type.
|
|
Install dependencies:
src/hooks/useWalletManager.ts#L255
Property 'map' does not exist on type 'true | never[]'.
|
|
Install dependencies:
src/hooks/useWalletManager.ts#L241
Property 'length' does not exist on type 'true | never[]'.
|
|
Install dependencies:
src/hooks/useWallet.ts#L421
Type '{ addresses: true | Record<string, Record<number, string>>; walletLoading: true | Record<string, boolean>; isInitialized: boolean; isSwitchingWallet: boolean; ... 7 more ...; callAccountMethod: <K extends keyof TMethods>(network: string, accountIndex: number, methodName: K, args?: TMethods[K]["args"] | unknown[]) =>...' is not assignable to type 'UseWalletResult<TMethods>'.
|
|
Install dependencies:
src/hooks/useWallet.ts#L332
Element implicitly has an 'any' type because expression of type '`${string}-${number}`' can't be used to index type 'true | Record<string, boolean>'.
|
|
Install dependencies:
src/hooks/useWallet.ts#L326
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'true | Record<string, Record<number, string>>'.
|
|
Install dependencies:
src/hooks/useWallet.ts#L256
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'true | Record<string, Record<number, string>>'.
|
Loading