add new sdk to current app #1744
Annotations
1 error and 8 warnings
Build centrifuge-app
Process completed with exit code 1.
|
Lint:
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
|
Lint:
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
|
Lint:
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
|
Lint:
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
|
Lint:
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
|
Lint:
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
|
Lint:
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
|
Lint:
centrifuge-app/src/pages/IssuerCreatePool/PoolSetupSection.tsx#L77
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|
Loading