Post launch feedback updates #3754
Annotations
2 errors and 8 warnings
Canceling since a higher priority waiting request for 'centrifuge-app-@centrifuge:2505_post_launch_fixes' exists
|
Build centrifuge-app
The operation was canceled.
|
Lint:
centrifuge-app/src/components/InvestRedeem/InvestRedeemCentrifugeProvider.tsx#L100
React Hook React.useEffect has a missing dependency: 'connectedType'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/components/InvestRedeem/InvestRedeemDrawer.tsx#L77
React Hook React.useMemo has a missing dependency: 'pool.currency.decimals'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/components/PoolCard/index.tsx#L164
The 'calculateApy' function makes the dependencies of useMemo Hook (at line 202) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'calculateApy' in its own useCallback() Hook
|
Lint:
centrifuge-app/src/components/PoolList.tsx#L45
'isLarge' is assigned a value but never used
|
Lint:
centrifuge-app/src/components/PoolList.tsx#L46
'isMedium' is assigned a value but never used
|
Lint:
centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L135
React Hook useMemo has a missing dependency: 'pool?.currency.symbol'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L149
React Hook useMemo has a missing dependency: 'calculateApy'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/components/Portfolio/Transactions.tsx#L47
'theme' is assigned a value but never used
|
Loading