Replace Skeleton components with design-system Placeholders #88
Annotations
10 errors
Build:
packages/kit/src/components/styles.css.ts#L1
Cannot find module '@vanilla-extract/css' or its corresponding type declarations.
|
Build:
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 ... & { ...; }'.
|
Build:
packages/wallet/src/shared/WalletHeader/styles.css.ts#L1
Cannot find module '@vanilla-extract/css' or its corresponding type declarations.
|
Build:
packages/wallet/src/shared/index.ts#L2
Cannot find module './Skeleton' or its corresponding type declarations.
|
Build:
packages/wallet/src/shared/styles.css.ts#L1
Cannot find module '@vanilla-extract/css' or its corresponding type declarations.
|
Build:
packages/wallet/src/views/Search/SearchWallet.tsx#L132
Parameter 'ev' implicitly has an 'any' type.
|
Build:
packages/wallet/src/views/Search/SearchWalletViewAll.tsx#L145
Parameter 'ev' implicitly has an 'any' type.
|
Build:
packages/wallet/src/views/SendCoin.tsx#L266
Parameter 'ev' implicitly has an 'any' type.
|
Build:
packages/wallet/src/views/SendCollectible.tsx#L290
Parameter 'ev' implicitly has an 'any' type.
|
Build
Process completed with exit code 2.
|