Merge pull request #1081 from reserve-protocol/devin/1786069875-vote-… #328
Annotations
11 warnings
|
check
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, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
react-hooks(exhaustive-deps):
src/views/index-dtf/overview/components/landing-mint/dtf-balance.tsx#L53
React Hook useEffect has missing dependencies: 'account.address', and 'refetchBalance'
|
|
react-hooks(exhaustive-deps):
src/views/index-dtf/hooks/useTrackIndexDTFPage.ts#L15
React Hook useEffect has a missing dependency: 'subpage'
|
|
eslint(no-unused-vars):
src/views/index-dtf/hooks/useTrackIndexDTFPage.ts#L1
Identifier 'trackClick' is imported but never used.
|
|
eslint(no-unused-vars):
src/views/index-dtf/overview/components/index-creator-overview.tsx#L4
Identifier 'shortenAddress' is imported but never used.
|
|
eslint(no-unused-vars):
scripts/parseCollaterals.js#L16
Variable 'FILE_POSTFIX' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/components/ui/legacy-table.tsx#L52
Parameter 'sorting' is declared but never used. Unused parameters should start with a '_'.
|
|
react-hooks(exhaustive-deps):
src/hooks/useTokenStats.tsx#L97
React Hook useEffect has missing dependencies: 'resetStats', and 'lastFetched'
|
|
react-hooks(exhaustive-deps):
src/hooks/useTokenStats.tsx#L57
React Hook useEffect has missing dependencies: 'data.token.totalSupply', 'data.token.transferCount', 'data.rtoken.rsrStaked', 'rTokenId', 'data.token.dailyTokenSnapshot', 'setLastFetched', 'isRSV', 'rsrPrice', 'setStats', 'data.token.cumulativeVolume', 'data.token.lastPriceUSD', 'data.token', and 'data.rtoken'
|
|
react-hooks(exhaustive-deps):
src/hooks/useTokenStats.tsx#L93
React Hook useEffect has a complex expression in the dependency array.
|
|
unicorn(no-useless-spread):
src/components/ui/sonner.tsx#L16
Using a spread operator here creates a new object unnecessarily.
|