WalletProvider's connect FIX - #415
Merged
Jagadeeshftw merged 1 commit intoJul 27, 2026
Merged
Annotations
9 errors and 11 warnings
|
Lint
Process completed with exit code 1.
|
|
Lint:
vitest.setup.ts#L38
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
Lint:
src/components/SettlementDetail.test.tsx#L145
Unexpected any. Specify a different type
|
|
Lint:
src/components/MetricsBar.test.tsx#L64
Unexpected any. Specify a different type
|
|
Lint:
src/components/MetricsBar.test.tsx#L47
Unexpected any. Specify a different type
|
|
Lint:
src/components/MetricsBar.test.tsx#L34
Unexpected any. Specify a different type
|
|
Lint:
src/components/MetricsBar.test.tsx#L21
Unexpected any. Specify a different type
|
|
Lint:
src/components/AnchorDetail.test.tsx#L135
Unexpected any. Specify a different type
|
|
Lint:
src/components/AnchorDetail.test.tsx#L123
Unexpected any. Specify a different type
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
src/hooks/useAsync.ts#L85
The ref value 'refreshWaiters.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'refreshWaiters.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Lint:
src/components/ToastProvider.test.tsx#L287
'secondToast' is assigned a value but never used
|
|
Lint:
src/components/ToastProvider.test.tsx#L286
'firstToast' is assigned a value but never used
|
|
Lint:
src/components/ToastProvider.test.tsx#L269
'toast' is assigned a value but never used
|
|
Lint:
src/components/SettlementDetail.test.tsx#L12
'cancelSettlement' is defined but never used
|
|
Lint:
src/components/SettlementDetail.test.tsx#L8
'within' is defined but never used
|
|
Lint:
src/components/PoolsPanel.tsx#L57
The 'pools' conditional could make the dependencies of useMemo Hook (at line 85) change on every render. To fix this, wrap the initialization of 'pools' in its own useMemo() Hook
|
|
Lint:
src/components/PoolsPanel.tsx#L57
The 'pools' conditional could make the dependencies of useMemo Hook (at line 81) change on every render. To fix this, wrap the initialization of 'pools' in its own useMemo() Hook
|
|
Lint:
src/components/PoolsPanel.tsx#L57
The 'pools' conditional could make the dependencies of useMemo Hook (at line 77) change on every render. To fix this, wrap the initialization of 'pools' in its own useMemo() Hook
|
|
Lint:
src/components/PoolsPanel.test.tsx#L268
'tick' is assigned a value but never used
|
background
wait
wait-all
cancel
parallel
Loading