Redesign: Fix infinite loading of connect/invest button (#2501) #1354
Annotations
7 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/
|
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
|
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
|
centrifuge-app/src/components/PoolCard/index.tsx#L163
The 'calculateApy' function makes the dependencies of useMemo Hook (at line 200) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'calculateApy' in its own useCallback() Hook
|
centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L126
React Hook useMemo has a missing dependency: 'pool?.currency.symbol'. Either include it or remove the dependency array
|
centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L139
React Hook useMemo has a missing dependency: 'calculateApy'. 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: "faucet-api", "NEVER_USED", "onboarding-api-development", "webpack-development", "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/
|
This job succeeded
Loading