UI Refactor #322
Annotations
5 errors and 4 warnings
type-check (16):
src/screens/Addresses/ContactsScreen.tsx#L31
Argument of type '[string, { contactId: string; }]' is not assignable to parameter of type 'never'.
|
type-check (16):
src/screens/Addresses/ContactsScreen.tsx#L32
No overload matches this call.
|
type-check (16):
src/screens/SendReceive/Send/SelectContactModal.tsx#L27
Type '{ onContactPress: (contactId: string) => void; }' is missing the following properties from type 'ContactListScreenBaseProps': contentStyle, onScroll
|
type-check (16)
Process completed with exit code 2.
|
lint (16)
Process completed with exit code 1.
|
lint (16):
src/components/AddressesTokensList.tsx#L34
'HORIZONTAL_MARGIN' is defined but never used
|
lint (16):
src/components/AddressesTokensList.tsx#L34
'HORIZONTAL_MARGIN' is defined but never used
|
lint (16):
src/screens/SettingsScreen.tsx#L23
'useLayoutEffect' is defined but never used
|
lint (16):
src/screens/SettingsScreen.tsx#L23
'useLayoutEffect' is defined but never used
|