Skip to content

Add isWaitingToUpdateInputValue + animation to AssetChainInput, Add priceChangePercentage #65

Add isWaitingToUpdateInputValue + animation to AssetChainInput, Add priceChangePercentage

Add isWaitingToUpdateInputValue + animation to AssetChainInput, Add priceChangePercentage #65

Triggered via pull request September 13, 2024 19:29
Status Failure
Total duration 2m 55s
Artifacts

eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
eslint: packages/widget-v2/src/pages/SwapPage/SwapPage.tsx#L1
'useEffect' is defined but never used. Allowed unused vars must match /^_/u
eslint: packages/widget-v2/src/pages/SwapPage/SwapPage.tsx#L42
'dataUpdatedAt' is assigned a value but never used. Allowed unused vars must match /^_/u
eslint: packages/widget-v2/src/pages/SwapPage/SwapPage.tsx#L45
'isWaitingForNewRouteRequest' is assigned a value but never used. Allowed unused elements of array destructuring must match /^_/u
eslint: packages/widget-v2/src/pages/SwapPage/SwapPage.tsx#L45
'setIsWaitingForNewRouteRequest' is assigned a value but never used. Allowed unused elements of array destructuring must match /^_/u
eslint
Process completed with exit code 1.
eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/