fix: Resolve max withdraw bug #183
Annotations
2 errors and 11 warnings
Run linting check:
src/components/Deposit.tsx#L38
'constants' is defined but never used
|
Run linting check
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run linting check:
src/app/api/strategies/route.ts#L37
'req' is defined but never used. Allowed unused args must match /^_/u
|
Run linting check:
src/app/page.tsx#L49
'address' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run linting check:
src/app/page.tsx#L129
Expected '===' and instead saw '=='
|
Run linting check:
src/app/slinks/page.tsx#L24
'metadata' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run linting check:
src/app/slinks/page.tsx#L49
React Hook useMemo has missing dependencies: 'depositMethods' and 'strat.id'. Either include them or remove the dependency array
|
Run linting check:
src/app/strategy/[strategyId]/_components/Strategy.tsx#L69
React Hook useEffect has a missing dependency: 'setBalQueryEnable'. Either include it or remove the dependency array
|
Run linting check:
src/app/strategy/[strategyId]/_components/Strategy.tsx#L394
Expected '===' and instead saw '=='
|
Run linting check:
src/app/strategy/[strategyId]/_components/Strategy.tsx#L408
Expected '===' and instead saw '=='
|
Run linting check:
src/app/strategy/[strategyId]/_components/Strategy.tsx#L445
Expected '===' and instead saw '=='
|
Run linting check:
src/app/strategy/[strategyId]/_components/Strategy.tsx#L446
Expected '===' and instead saw '=='
|
Loading