Remove styles.css.ts #94
Annotations
6 errors
Typecheck:
packages/wallet/src/shared/CopyButton.tsx#L38
Type '{ style: any; label: string | undefined; size: any; icon: ({ size, ...props }: any) => Element; }' is not assignable to type 'IntrinsicAttributes & IconButtonVariants & { size?: "xs" | "sm" | "md" | "lg" | undefined; icon: ComponentType<any>; } & ... 4 more ... & { ...; }'.
|
Typecheck:
packages/wallet/src/views/Search/SearchWallet.tsx#L132
Parameter 'ev' implicitly has an 'any' type.
|
Typecheck:
packages/wallet/src/views/Search/SearchWalletViewAll.tsx#L145
Parameter 'ev' implicitly has an 'any' type.
|
Typecheck:
packages/wallet/src/views/SendCoin.tsx#L266
Parameter 'ev' implicitly has an 'any' type.
|
Typecheck:
packages/wallet/src/views/SendCollectible.tsx#L290
Parameter 'ev' implicitly has an 'any' type.
|
Typecheck
Process completed with exit code 2.
|
Loading