add new sdk to current app #3976
Annotations
7 errors and 11 warnings
build-app:
centrifuge-app/src/components/Report/CashflowStatement.tsx#L37
React Hook "React.useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
|
build-app:
centrifuge-app/src/components/Report/CashflowStatement.tsx#L78
React Hook "React.useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
|
build-app:
centrifuge-app/src/components/Report/CashflowStatement.tsx#L140
React Hook "React.useMemo" 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:
centrifuge-app/src/components/Report/CashflowStatement.tsx#L173
React Hook "React.useMemo" 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:
centrifuge-app/src/components/Report/CashflowStatement.tsx#L197
React Hook "React.useMemo" 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:
centrifuge-app/src/components/Report/CashflowStatement.tsx#L216
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-app:
centrifuge-app/src/components/Report/AssetTransactions.tsx#L35
'txType' is assigned a value but never used
|
build-app:
centrifuge-app/src/components/Report/AssetTransactions.tsx#L160
React Hook React.useEffect has a missing dependency: 'explorer'. Either include it or remove the dependency array
|
build-app:
centrifuge-app/src/components/Report/CashflowStatement.tsx#L31
React Hook React.useEffect has a missing dependency: 'setReportData'. Either include it or remove the dependency array
|
build-app:
centrifuge-app/src/components/Report/CashflowStatement.tsx#L76
React Hook React.useMemo has a missing dependency: 'isLoading'. Either include it or remove the dependency array
|
build-app:
centrifuge-app/src/components/Report/ProfitAndLoss.tsx#L22
'setCsvData' is assigned a value but never used
|
build-app:
centrifuge-app/src/components/Report/ProfitAndLoss.tsx#L27
React Hook React.useEffect has a missing dependency: 'setReportData'. Either include it or remove the dependency array
|
build-app:
centrifuge-app/src/components/Report/ProfitAndLoss.tsx#L71
React Hook React.useMemo has a missing dependency: 'isLoading'. Either include it or remove the dependency array
|
build-app:
centrifuge-app/src/components/Report/ProfitAndLoss.tsx#L204
React Hook React.useMemo has an unnecessary dependency: 'poolMetadata.pool.asset.class'. Either exclude it or remove the dependency array
|
build-app:
centrifuge-app/src/components/Report/ProfitAndLoss.tsx#L206
'headers' is assigned a value but never used
|
build-app:
centrifuge-app/src/pages/IssuerCreatePool/PoolSetupSection.tsx#L77
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|