Bring back tx type description #9309
Annotations
7 errors and 1 warning
ESLint
Process completed with exit code 1.
|
Validate TypeScript:
src/app/components/RuntimeEvents/RuntimeEventDetails.tsx#L180
Type '{ name: string | undefined; size: number; }' is not assignable to type 'IntrinsicAttributes & TokenTransferIconProps'.
|
Validate TypeScript:
src/app/components/RuntimeEvents/__tests__/matchEventAndTokenTransfersIcons.test.tsx#L7
Type '{ name: string; size: number; }' is not assignable to type 'IntrinsicAttributes & TokenTransferIconProps'.
|
Validate TypeScript:
src/app/components/RuntimeEvents/__tests__/matchEventAndTokenTransfersIcons.test.tsx#L12
Type '{ name: string; size: number; }' is not assignable to type 'IntrinsicAttributes & TokenTransferIconProps'.
|
Validate TypeScript:
src/app/components/RuntimeEvents/__tests__/matchEventAndTokenTransfersIcons.test.tsx#L16
Type '{ name: string; size: number; }' is not assignable to type 'IntrinsicAttributes & TokenTransferIconProps'.
|
Validate TypeScript:
src/app/components/Tokens/TokenTransfers.tsx#L160
Type '{ name: string | undefined; size: number; }' is not assignable to type 'IntrinsicAttributes & TokenTransferIconProps'.
|
Validate TypeScript
Process completed with exit code 2.
|
ESLint:
src/app/components/RuntimeTransactionMethod/index.tsx#L15
'iconStyles' is assigned a value but never used
|
Loading