Update apps/wallet-mobile/src/features/SetupWallet/useCases/RestoreWa… #9206
Annotations
3 errors and 2 warnings
check
Property 'scrollViewRef' is missing in type '{ inputErrorsIndexes: number[]; mnenonicRefs: RefObject<MnemonicWordInputRef>[]; suggestedWords: string[]; setSuggestedWords: Dispatch<SetStateAction<string[]>>; ... 9 more ...; onClearError: (indexToRemove: number) => void; }' but required in type '{ length: number; isValidPhrase: boolean; onDone: (phrase: string) => void; validate?: ((text: string) => boolean) | undefined; suggestedWords: string[]; setSuggestedWords: Dispatch<SetStateAction<string[]>>; ... 9 more ...; onClearError: (index: number) => void; }'.
|
check
Property 'scrollViewRef' is missing in type '{ inputErrorsIndexes: number[]; mnenonicRefs: RefObject<MnemonicWordInputRef>[]; suggestedWords: string[]; setSuggestedWords: Dispatch<SetStateAction<string[]>>; ... 9 more ...; onClearError: (indexToRemove: number) => void; }' but required in type '{ length: number; isValidPhrase: boolean; onDone: (phrase: string) => void; validate?: ((text: string) => boolean) | undefined; suggestedWords: string[]; setSuggestedWords: Dispatch<SetStateAction<string[]>>; ... 9 more ...; onClearError: (index: number) => void; }'.
|
check
Process completed with exit code 2.
|
check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|