Merge pull request #375 from multiversx/rm/update/add-test-for-templa… #193
Annotations
9 errors
|
build:
src/provider/LoginModal.tsx#L138
Type '{ style: { backgroundColor: string; color: string; padding: string; borderRadius: string; border: string; cursor: string; fontSize: string; fontWeight: string; ':hover': { backgroundColor: string; }; }; type: string; label: string; }' is not assignable to type 'IntrinsicAttributes & Omit<HTMLAttributes<MvxButton>, "onButtonClick"> & Partial<{ onButtonClick: (event: MvxButtonCustomEvent<MouseEvent>) => void; }> & Partial<...> & RefAttributes<...>'.
|
|
build:
src/provider/LoginModal.tsx#L133
Type '{ style: { backgroundColor: string; color: string; padding: string; borderRadius: string; border: string; cursor: string; fontSize: string; fontWeight: string; ':hover': { backgroundColor: string; }; }; onClick: () => void; label: string; }' is not assignable to type 'IntrinsicAttributes & Omit<HTMLAttributes<MvxButton>, "onButtonClick"> & Partial<{ onButtonClick: (event: MvxButtonCustomEvent<MouseEvent>) => void; }> & Partial<...> & RefAttributes<...>'.
|
|
build:
src/pages/Dashboard/widgets/BatchTransactions/helpers/getBatchTransactions.ts#L22
Type 'Promise<Transaction>[]' is not assignable to type 'Transaction[]'.
|
|
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'?
|
|
build:
src/hooks/transactions/useSendPingPongTransaction.ts#L121
Type 'Promise<Transaction>' is not assignable to type 'Transaction'.
|
|
build:
src/hooks/transactions/useSendPingPongTransaction.ts#L76
Type 'Promise<Transaction>' is not assignable to type 'Transaction'.
|