Add new dashboard/assets #4003
Annotations
4 errors and 3 warnings
build-app:
centrifuge-app/src/pages/Dashboard/AssetsPage.tsx#L77
React Hook "usePoolMetadata" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
build-app:
centrifuge-app/src/utils/useLoans.ts#L12
React Hook "useTinlakeLoans" is called conditionally. React Hooks must be called in the exact same order in every component render
|
build-app:
centrifuge-app/src/utils/useLoans.ts#L14
React Hook "useCentrifugeQuery" is called conditionally. React Hooks must be called in the exact same order in every component render
|
build-app
Process completed with exit code 1.
|
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/pages/IssuerCreatePool/PoolSetupSection.tsx#L77
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|