feature(ui-ux): evm support for address book #13229
Annotations
10 errors
Lint:
mobile-app/app/components/WalletAddressRow.test.tsx#L16
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: true; }' but required in type 'LocalAddress'.
|
Lint:
mobile-app/app/components/WalletAddressRow.test.tsx#L23
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: false; }' but required in type 'LocalAddress'.
|
Lint:
mobile-app/app/screens/AppNavigator/screens/Portfolio/components/AddressListEditButton.test.tsx#L13
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: true; }' but required in type 'LocalAddress'.
|
Lint:
mobile-app/app/screens/AppNavigator/screens/Portfolio/components/AddressListEditButton.test.tsx#L20
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: false; }' but required in type 'LocalAddress'.
|
Lint:
mobile-app/app/screens/AppNavigator/screens/Portfolio/components/AddressRow.tsx#L98
Argument of type '{ address: string; label: string; isMine: true; }' is not assignable to parameter of type 'SetStateAction<LocalAddress | undefined>'.
|
Lint:
mobile-app/app/screens/AppNavigator/screens/Portfolio/components/AddressSelectionButton.test.tsx#L14
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: true; }' but required in type 'LocalAddress'.
|
Lint:
mobile-app/app/screens/AppNavigator/screens/Portfolio/components/AddressSelectionButton.test.tsx#L21
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: false; }' but required in type 'LocalAddress'.
|
Lint:
mobile-app/app/screens/AppNavigator/screens/Portfolio/components/CreateOrEditAddressLabelForm.tsx#L124
Argument of type '{ [x: string]: { address: string; label: string; isMine: true; }; }' is not assignable to parameter of type 'LabeledAddress'.
|
Lint:
mobile-app/app/screens/AppNavigator/screens/Portfolio/components/CreateOrEditAddressLabelForm.tsx#L154
Argument of type '{ [x: string]: { address: string; label: string; isMine: false; }; }' is not assignable to parameter of type 'LabeledAddress'.
|
Lint:
mobile-app/app/screens/AppNavigator/screens/Portfolio/screens/TokenDetailScreen.tsx#L33
Module '"./ConvertScreen"' declares 'ConversionMode' locally, but it is not exported.
|