Add feedback redesign #3660
Annotations
2 errors and 4 warnings
build-app:
centrifuge-app/src/components/Report/PoolReportPage.tsx#L43
React Hook "React.useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
build-app
Process completed with exit code 1.
|
build-app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-app:
centrifuge-app/src/components/Charts/PoolPerformanceChart.tsx#L177
React Hook React.useMemo has missing dependencies: 'todayJuniorApy' and 'todaySeniorApy'. Either include them or remove the dependency array
|
build-app:
centrifuge-app/src/components/PoolCard/index.tsx#L174
React Hook useMemo has missing dependencies: 'isTinlakePool', 'metaData?.tranches', 'tinlakeObjKey', and 'tranches'. Either include them or remove the dependency array
|
build-app:
centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L83
React Hook useMemo has a missing dependency: 'metadata'. Either include it or remove the dependency array
|