Skip to content

feat: display nft tx #344

feat: display nft tx

feat: display nft tx #344

Triggered via pull request February 29, 2024 11:34
Status Failure
Total duration 1m 14s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
unit-lint: src/pages/dashboard/Activity/Activity.tsx#L40
Missing return type on function
unit-lint: src/pages/dashboard/Activity/Activity.tsx#L60
Unary operator '++' used
unit-lint: src/pages/dashboard/Activity/Activity.tsx#L85
Expected '===' and instead saw '=='
unit-lint: src/pages/dashboard/Activity/Activity.tsx#L86
Unexpected any. Specify a different type
unit-lint: src/pages/dashboard/Activity/Activity.tsx#L87
iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in favor of array iterations
unit-lint: src/pages/dashboard/Activity/Activity.tsx#L92
iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in favor of array iterations
unit-lint: src/pages/dashboard/Activity/Activity.tsx#L93
'idx' is already declared in the upper scope
unit-lint: src/pages/dashboard/Activity/Activity.tsx#L99
Unexpected `await` inside a loop
unit-lint: src/pages/dashboard/Activity/Activity.tsx#L125
Closing curly brace does not appear on the same line as the subsequent block
unit-lint: src/pages/dashboard/Activity/Activity.tsx#L128
Unexpected any. Specify a different type
unit-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
unit-lint: src/common/OverlaySendNft.tsx#L97
React Hook useMemo has a missing dependency: 'selectedAccount.address'. Either include it or remove the dependency array
unit-lint: src/common/OverlaySendNft.tsx#L232
React Hook useMemo has a missing dependency: 'createSliderConfig'. Either include it or remove the dependency array
unit-lint: src/common/OverlaySendNft.tsx#L316
Forbidden non-null assertion
unit-lint: src/common/OverlaySendNft.tsx#L321
Forbidden non-null assertion
unit-lint: src/common/OverlaySendNft.tsx#L324
Forbidden non-null assertion
unit-lint: src/common/OverlaySwap.tsx#L128
React Hook useEffect has missing dependencies: 'findPool', 'onPoolsLoaded', 'pools', and 'tokenAddress'. Either include them or remove the dependency array. If 'onPoolsLoaded' changes too often, find the parent component that defines it and wrap that definition in useCallback
unit-lint: src/pages/bonds/BondsComponent.tsx#L91
Forbidden non-null assertion
unit-lint: src/pages/bonds/BondsComponent.tsx#L351
React Hook useEffect has a missing dependency: 'updateButtonText'. Either include it or remove the dependency array
unit-lint: src/pages/bonds/BondsComponent.tsx#L373
React Hook useEffect has a missing dependency: 'updateButtonText'. Either include it or remove the dependency array
unit-lint: src/pages/bonds/BondsComponent.tsx#L378
Forbidden non-null assertion