fix: 🎨 update package #2361
Annotations
5 errors and 10 warnings
Run yarn run typeCheck:
src/containers/unused/AssetDetailContainer.tsx#L2
Cannot find module '../screens/AssetDetailScreen' or its corresponding type declarations.
|
Run yarn run typeCheck:
src/screens/LeosAssetScreen.tsx#L6
Type '"LeosAssetManager"' does not satisfy the constraint '"SignTransaction" | "WalletConnectLogin" | "Home" | "Splash" | "CreateAccountUsername" | "CreateAccountPassword" | "CreatePassphrase" | "Hcaptcha" | "LoginUsername" | "LoginPassphrase" | ... 24 more ... | "ScanQR"'.
|
Run yarn run typeCheck:
src/utils/chain/antelope.ts#L387
'asset' is possibly 'undefined'.
|
Run yarn run typeCheck:
src/utils/chain/antelope.ts#L430
Type '{ totalAllocation: number; unlockable: number; unlocked: number; locked: number; allocationsDetails: { totalAllocation: number; unlockable: number; unlocked: number; locked: number; vestingStart: Date; vestingPeriod: string; unlockAtVestingStart: number; }[]; }' is not assignable to type 'VestedAllocation'.
|
Run yarn run typeCheck
Process completed with exit code 2.
|
Run yarn run lint:
src/assets/icons/CopyIcon.tsx#L9
'color' is assigned a value but never used
|
Run yarn run lint:
src/assets/icons/FlashIcon.tsx#L9
'color' is assigned a value but never used
|
Run yarn run lint:
src/assets/icons/MenuIcon.tsx#L9
'color' is assigned a value but never used
|
Run yarn run lint:
src/assets/icons/TransactionSuccess.tsx#L9
'color' is assigned a value but never used
|
Run yarn run lint:
src/assets/images/explore/icon-social-github.tsx#L9
'color' is assigned a value but never used
|
Run yarn run lint:
src/assets/images/explore/icon-social-linkedin.tsx#L9
'color' is assigned a value but never used
|
Run yarn run lint:
src/assets/index.tsx#L5
Unexpected any. Specify a different type
|
Run yarn run lint:
src/components/AccountDetails.tsx#L22
Unexpected any. Specify a different type
|
Run yarn run lint:
src/components/AllocationDetails.tsx#L12
Unexpected any. Specify a different type
|
Run yarn run lint:
src/components/AutoCompletePassphraseWord.tsx#L1
'useRef' is defined but never used
|
Loading