Fix/settlements panel reentrancy#346
Merged
Jagadeeshftw merged 3 commits intoJul 23, 2026
Merged
Annotations
1 error and 6 warnings
|
Lint
Process completed with exit code 1.
|
|
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/lib/types.test.ts#L20
'_' is assigned a value but never used
|
|
Lint:
src/components/PoolsPanel.tsx#L31
The 'pools' conditional could make the dependencies of useMemo Hook (at line 36) change on every render. To fix this, wrap the initialization of 'pools' in its own useMemo() Hook
|
|
Lint:
src/components/PoolsPanel.tsx#L31
The 'pools' conditional could make the dependencies of useMemo Hook (at line 33) change on every render. To fix this, wrap the initialization of 'pools' in its own useMemo() Hook
|
|
Lint:
src/components/PoolsPanel.tsx#L31
The 'pools' conditional could make the dependencies of useMemo Hook (at line 32) change on every render. To fix this, wrap the initialization of 'pools' in its own useMemo() Hook
|
|
Lint:
src/components/PoolsPanel.test.tsx#L240
'tick' is assigned a value but never used
|
background
wait
wait-all
cancel
parallel
Loading