Skip to content

Update package.json

Update package.json #4

Triggered via push December 11, 2025 03:45
Status Failure
Total duration 24s
Artifacts

cd.yml

on: push
create-release
0s
create-release
deploy-pages
0s
deploy-pages
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/components/common/qr-code.stories.tsx#L82
'addressMeta' is declared but its value is never read.
build: src/components/common/icon-circle.test.tsx#L2
'screen' is declared but its value is never read.
build: src/components/asset/asset-list.tsx#L62
Type '{ key: string; asset: AssetInfo; onClick: (() => void) | undefined; }' is not assignable to type 'AssetItemProps' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build: src/components/asset/asset-list.stories.tsx#L73
Type 'AssetInfo | undefined' is not assignable to type 'AssetInfo'.
build: src/components/asset/asset-item.tsx#L43
Type '{ symbol: string; imageUrl: string | undefined; size: "lg"; }' is not assignable to type 'TokenIconProps' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build: src/components/asset/asset-item.test.tsx#L7
Type '{ assetType: string; name: string; amount: string; decimals: number; logoUrl: undefined; }' is not assignable to type 'AssetInfo' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build: src/components/asset/asset-item.stories.tsx#L70
Type '{ onClick: undefined; showChevron: false; }' is not assignable to type 'Partial<{ asset: AssetInfo; onClick?: Mock<Procedure>; showChevron?: boolean; className?: string; }> & { showChevron?: boolean; className?: string; onClick?: () => void; asset?: AssetInfo; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build: src/components/address-book/contact-edit-sheet.tsx#L83
Type '{ children: Element; open: boolean; onClose: () => void; title: string; className: string | undefined; }' is not assignable to type 'BottomSheetProps' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build: src/components/address-book/contact-edit-sheet.tsx#L68
Argument of type '{ name: string; address: string; memo: string | undefined; chain: ChainType; }' is not assignable to parameter of type 'Omit<Contact, "id" | "createdAt" | "updatedAt">' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build: src/components/address-book/contact-edit-sheet.tsx#L62
Argument of type '{ name: string; address: string; memo: string | undefined; }' is not assignable to parameter of type 'Partial<Omit<Contact, "id" | "createdAt" | "updatedAt">>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.