Skip to content

Updated UI (#380)

Updated UI (#380) #196

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

Annotations

10 errors
build: src/pages/Dashboard/widgets/BatchTransactions/helpers/swapAndLockTokens.ts#L46
Type '{ transactionsDisplayInfo: TransactionsDisplayInfoType; onSuccess: () => Promise<void>; }' is not assignable to type 'TransactionManagerTrackOptionsType'.
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/sdkDappUI/sdkDappUI.helpers.ts#L2
Cannot find module '@multiversx/sdk-dapp-ui/utils/constants/browser.enum' or its corresponding type declarations.
build: src/lib/sdkDappUI/sdkDappUI.helpers.ts#L1
Cannot find module '@multiversx/sdk-dapp-ui/utils/getDetectedBrowser' or its corresponding type declarations.
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'?