add new sdk to current app #1744
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
4m 17s
deploy-development
/
...
/
deploy-faucet
deploy-development
/
...
/
deploy-onboarding-api
deploy-development
/
...
/
deploy-pinning-api
deploy-development
/
...
/
notify
ff-prod
/
notify
0s
Annotations
1 error and 8 warnings
ff-prod / build-app
Process completed with exit code 1.
|
ff-prod / build-app:
centrifuge-app/src/components/Report/AssetTransactions.tsx#L170
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/BalanceSheet.tsx#L114
React Hook React.useMemo has a missing dependency: 'currency'. Either include it or remove the dependency array
|
ff-prod / build-app:
centrifuge-app/src/components/Report/BalanceSheet.tsx#L170
React Hook React.useMemo has a missing dependency: 'currency'. 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#L72
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/ProfitAndLoss.tsx#L216
React Hook React.useMemo has a missing dependency: 'pool.currency.decimals'. Either include it or remove the dependency array
|
ff-prod / build-app:
centrifuge-app/src/components/Report/ProfitAndLoss.tsx#L227
React Hook React.useMemo has an unnecessary dependency: 'poolMetadata.pool.asset.class'. Either exclude it or remove the dependency array
|
ff-prod / 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
|