Pool Overview redesign #1242
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
centrifuge-app/src/components/Charts/PoolPerformanceChart.tsx#L148
React Hook React.useMemo has unnecessary dependencies: 'isSingleTranche' and 'todayPrice'. Either exclude them or remove the dependency array
|
Lint:
centrifuge-app/src/components/Charts/PoolPerformanceChart.tsx#L186
React Hook React.useMemo has an unnecessary dependency: 'selectedTabIndex'. Either exclude it or remove the dependency array
|
Lint:
centrifuge-app/src/components/Charts/PoolPerformanceChart.tsx#L457
Array.prototype.map() expects a return value from arrow function
|
Lint:
centrifuge-app/src/components/PoolList.tsx#L54
React Hook React.useMemo has missing dependencies: 'cent' and 'centPoolsMetaDataById'. Either include them or remove the dependency array
|
Lint:
centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx#L20
'StyledPillButton' is assigned a value but never used
|
Lint:
centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx#L111
React Hook useMemo has a missing dependency: 'pool.currency.decimals'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L31
The 'columnConfig' array makes the dependencies of useMemo Hook (at line 85) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'columnConfig' in its own useMemo() Hook
|
Lint:
centrifuge-app/src/components/PoolOverview/TransactionHistory.tsx#L27
'getTransactionTypeStatus' is assigned a value but never used
|
Lint:
centrifuge-app/src/components/PoolOverview/TransactionHistory.tsx#L201
'label' is assigned a value but never used
|
Lint:
centrifuge-app/src/pages/NavManagement/NavManagementAssetTable.tsx#L220
React Hook React.useMemo has a missing dependency: 'pool.currency.decimals'. Either include it or remove the dependency array
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "webpack-ff-prod".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading