Feat/readme.md #1
lint_and_build.yml
on: pull_request
Performs linting, formatting on the application
32s
Annotations
10 errors and 10 warnings
Performs linting, formatting on the application:
src/app/claims/page.tsx#L3
'Navbar' is defined but never used
|
Performs linting, formatting on the application:
src/app/claims/page.tsx#L4
'EkuboAtoms' is defined but never used
|
Performs linting, formatting on the application:
src/app/claims/page.tsx#L5
'Ekubo' is defined but never used
|
Performs linting, formatting on the application:
src/app/claims/page.tsx#L6
'Jediswap' is defined but never used
|
Performs linting, formatting on the application:
src/app/claims/page.tsx#L8
'PoolInfo' is defined but never used
|
Performs linting, formatting on the application:
src/app/claims/page.tsx#L9
'StrkDexIncentivesAtom' is defined but never used
|
Performs linting, formatting on the application:
src/app/claims/page.tsx#L10
'allPoolsAtomUnSorted' is defined but never used
|
Performs linting, formatting on the application:
src/app/claims/page.tsx#L11
'filteredPools' is defined but never used
|
Performs linting, formatting on the application:
src/app/claims/page.tsx#L12
'sortPoolsAtom' is defined but never used
|
Performs linting, formatting on the application:
src/app/claims/page.tsx#L16
'AvatarGroup' is defined but never used
|
Performs linting, formatting on the application
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Performs linting, formatting on the application:
src/app/page.tsx#L134
Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
Performs linting, formatting on the application:
src/app/strategy/page.tsx#L107
React Hook useEffect has a missing dependency: 'searchParams'. Either include it or remove the dependency array
|
Performs linting, formatting on the application:
src/components/Deposit.tsx#L65
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
|
Performs linting, formatting on the application:
src/components/Navbar.tsx#L64
React Hook useEffect has missing dependencies: 'address', 'connect', and 'connectors'. Either include them or remove the dependency array
|
Performs linting, formatting on the application:
src/components/Navbar.tsx#L72
React Hook useEffect has a missing dependency: 'setLastWallet'. Either include it or remove the dependency array
|
Performs linting, formatting on the application:
src/components/TxButton.tsx#L34
React Hook useEffect has missing dependencies: 'isPending' and 'isSuccess'. Either include them or remove the dependency array
|
Performs linting, formatting on the application:
src/components/TxButton.tsx#L40
React Hook useMemo has an unnecessary dependency: 'isMobile'. Either exclude it or remove the dependency array. Outer scope values like 'isMobile' aren't valid dependencies because mutating them doesn't re-render the component
|
Performs linting, formatting on the application:
src/hooks/useERC20Balance.ts#L37
React Hook useMemo has a missing dependency: 'token'. Either include it or remove the dependency array
|
Performs linting, formatting on the application:
src/hooks/useERC4626Value.ts#L87
React Hook useMemo has missing dependencies: 'balance', 'errorAsset', 'errorBal', 'token', and 'underlyingTokenInfo'. Either include them or remove the dependency array
|