Post launch feedback updates #3754
Triggered via pull request
October 28, 2024 09:10
Status
Cancelled
Total duration
2m 35s
Artifacts
–
Annotations
2 errors and 8 warnings
build-app
Canceling since a higher priority waiting request for 'centrifuge-app-@centrifuge:2505_post_launch_fixes' exists
|
build-app
The operation was canceled.
|
build-app:
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
|
build-app:
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
|
build-app:
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
|
build-app:
centrifuge-app/src/components/PoolList.tsx#L45
'isLarge' is assigned a value but never used
|
build-app:
centrifuge-app/src/components/PoolList.tsx#L46
'isMedium' is assigned a value but never used
|
build-app:
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
|
build-app:
centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L149
React Hook useMemo has a missing dependency: 'calculateApy'. Either include it or remove the dependency array
|
build-app:
centrifuge-app/src/components/Portfolio/Transactions.tsx#L47
'theme' is assigned a value but never used
|