Skip to content

Sdk-dapp-core migration #8

Sdk-dapp-core migration

Sdk-dapp-core migration #8

Triggered via pull request February 12, 2025 12:26
Status Failure
Total duration 1m 15s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: src/components/TransactionsTable/TransactionsTable.tsx#L30
Argument of type '{ address: string; egldLabel: string; explorerAddress: string; transactions: ServerTransactionType[]; }' is not assignable to parameter of type 'ServerTransactionType[]'.
test: src/helpers/signAndSendTransactions.ts#L1
Module '"@multiversx/sdk-dapp-core/out/types/transactions.types"' has no exported member 'TransactionsDisplayInfoType'.
test: src/helpers/signAndSendTransactions.ts#L16
Argument of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]' is not assignable to parameter of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-dapp-core/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]'.
test: src/helpers/signAndSendTransactions.ts#L18
Argument of type 'string[]' is not assignable to parameter of type 'Transaction[]'.
test: src/initConfig.ts#L27
Type '(_address?: string) => Promise<InMemoryProvider>' is not assignable to type '(address?: string | undefined) => Promise<IProvider<ProviderTypeEnum>>'.
test: src/lib/sdkDappCoreUI.ts#L7
Cannot find module '@multiversx/sdk-dapp-core-ui/react' or its corresponding type declarations.
test: src/lib/sdkDappCoreUI.ts#L9
Cannot find module '@multiversx/sdk-dapp-core-ui/dist/types/components/transactions-table/transactions-table.type.d.ts' or its corresponding type declarations.
test: src/lib/sdkDappUtils.ts#L1
Cannot find module '@multiversx/sdk-dapp-utils/out/helpers/formatAmount' or its corresponding type declarations.
test: src/pages/Dashboard/widgets/BatchTransactions/hooks/useSendBatchTransactions.ts#L36
Argument of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]' is not assignable to parameter of type 'import("/home/runner/work/mx-template-dapp/mx-template-dapp/node_modules/@multiversx/sdk-dapp-core/node_modules/@multiversx/sdk-core/out/transaction").Transaction[]'.
test: src/pages/Dashboard/widgets/BatchTransactions/hooks/useSendBatchTransactions.ts#L45
Argument of type 'string[]' is not assignable to parameter of type 'Transaction[]'.
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.