Skip to content

Updated pnpm (#383) #199

Updated pnpm (#383)

Updated pnpm (#383) #199

Triggered via push September 29, 2025 12:53
Status Failure
Total duration 46s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
Process completed with exit code 1.
build: src/provider/LoginModal.tsx#L105
Type '{ backgroundColor: string; padding: string; borderRadius: string; width: string; maxWidth: string; } | { padding: string; borderRadius: string; width: string; maxWidth: string; display: string; flexDirection: string; gap: string; }' is not assignable to type 'CSSProperties | undefined'.
build: src/pages/Dashboard/widgets/BatchTransactions/helpers/wrapAndMultiTransferESDTs.ts#L9
Cannot find module './getWrapAndMultiTransferEsdtsTransactions' or its corresponding type declarations.
build: src/pages/Dashboard/widgets/BatchTransactions/helpers/index.ts#L6
Cannot find module './getWrapAndMultiTransferEsdtsTransactions' or its corresponding type declarations.
build: src/pages/Dashboard/widgets/BatchTransactions/helpers/index.ts#L5
Cannot find module './wrapAndMultiTransferEsdts' or its corresponding type declarations.
build: src/pages/Dashboard/widgets/BatchTransactions/BatchTransactions.tsx#L21
Module '"./helpers"' has no exported member 'wrapAndMultiTransferEsdts'.
build: src/lib/sdkDapp/components/CopyButton/CopyButton.tsx#L15
Type '{ class: string | undefined; text: string | undefined; copyIcon: any; iconClass: string | undefined; successIcon: any; }' is not assignable to type 'IntrinsicAttributes & Omit<HTMLAttributes<MvxCopyButton>, never> & Partial<{}> & Partial<Omit<MvxCopyButton, keyof HTMLElement>> & RefAttributes<...>'.
build: src/lib/sdkDapp/components/CopyButton/CopyButton.tsx#L9
Property 'successIcon' does not exist on type 'Partial<MvxCopyButton>'.
build: src/lib/sdkDapp/components/CopyButton/CopyButton.tsx#L7
Property 'copyIcon' does not exist on type 'Partial<MvxCopyButton>'.
build: src/lib/sdkCore.ts#L9
'"@multiversx/sdk-core/out"' has no exported member named 'SmartContract'. Did you mean 'ISmartContract'?