add new sdk to current app #1696
dev-n-ffprod-deploys.yml
on: pull_request
deploy-development
/
...
/
build-app
deploy-development
/
...
/
build-faucet
deploy-development
/
...
/
build-onboarding-api
deploy-development
/
...
/
build-pinning-api
ff-prod
/
build-app
1m 49s
deploy-development
/
...
/
deploy-faucet
deploy-development
/
...
/
deploy-onboarding-api
deploy-development
/
...
/
deploy-pinning-api
deploy-development
/
...
/
notify
ff-prod
/
notify
0s
Annotations
7 errors and 11 warnings
ff-prod / 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
|
ff-prod / 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
|
ff-prod / 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?
|
ff-prod / 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?
|
ff-prod / 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?
|
ff-prod / 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?
|
ff-prod / build-app
Process completed with exit code 1.
|
ff-prod / build-app
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ff-prod / build-app:
centrifuge-app/src/components/Report/AssetList.tsx#L194
'isLoading' is assigned a value but never used
|
ff-prod / build-app:
centrifuge-app/src/components/Report/AssetTransactions.tsx#L35
'txType' is assigned a value but never used
|
ff-prod / build-app:
centrifuge-app/src/components/Report/AssetTransactions.tsx#L39
'isLoading' is assigned a value but never used
|
ff-prod / build-app:
centrifuge-app/src/components/Report/AssetTransactions.tsx#L175
React Hook React.useEffect has a missing dependency: 'explorer'. Either include it or remove the dependency array
|
ff-prod / 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
|
ff-prod / 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
|
ff-prod / build-app:
centrifuge-app/src/components/Report/FeeTransactions.tsx#L22
'isLoading' is assigned a value but never used
|
ff-prod / build-app:
centrifuge-app/src/components/Report/InvestorList.tsx#L24
'isLoading' is assigned a value but never used
|
ff-prod / build-app:
centrifuge-app/src/components/Report/ProfitAndLoss.tsx#L22
'setCsvData' is assigned a value but never used
|
ff-prod / 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
|