Stop using loader functions, part 1 #2948
Annotations
10 errors and 2 warnings
apps/minifront/src/components/tx-details/tx-viewer.tsx#L30
Unsafe argument of type `any` assigned to a parameter of type `TransactionView | undefined`
|
apps/minifront/src/components/tx-details/tx-viewer.tsx#L30
Unsafe member access .view on an `any` value
|
apps/minifront/src/components/tx-details/tx-viewer.tsx#L41
Unsafe argument of type `TxDetailsLoaderResult` assigned to a parameter of type `TransactionInfo`
|
apps/minifront/src/components/tx-details/tx-viewer.tsx#L63
Unsafe assignment of an `any` value
|
apps/minifront/src/components/tx-details/tx-viewer.tsx#L63
This assertion is unnecessary since the receiver accepts the original type of the expression
|
apps/minifront/src/components/tx-details/tx-viewer.tsx#L63
Unsafe member access .view on an `any` value
|
apps/minifront/src/components/tx-details/tx-viewer.tsx#L66
Unsafe call of an `any` typed value
|
apps/minifront/src/components/tx-details/tx-viewer.tsx#L66
Unsafe member access .toJson on an `any` value
|
apps/minifront/src/components/tx-details/tx-viewer.tsx#L74
Unsafe argument of type `any` assigned to a parameter of type `TransactionView | undefined`
|
apps/minifront/src/components/tx-details/tx-viewer.tsx#L74
Unsafe member access .view on an `any` value
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: buildjet/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading