Centrifuge App: Liquidity pools investments #1514
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors and 10 warnings
build-app
'router' is declared but its value is never read.
|
build-app
'chainId' is declared but its value is never read.
|
build-app
Process completed with exit code 1.
|
build-app:
centrifuge-app/src/components/IssuerSection.tsx#L25
'explorer' is assigned a value but never used
|
build-app:
centrifuge-app/src/components/LiquidityTransactionsSection.tsx#L63
React Hook React.useMemo has a missing dependency: 'pool.currency.decimals'. Either include it or remove the dependency array
|
build-app:
centrifuge-app/src/components/LiquidityTransactionsSection.tsx#L85
React Hook React.useMemo has a missing dependency: 'pool.currency.decimals'. Either include it or remove the dependency array
|
build-app:
centrifuge-app/src/components/PoolFilter/FilterMenu.tsx#L25
React Hook React.useMemo has a missing dependency: 'searchKey'. Either include it or remove the dependency array
|
build-app:
centrifuge-app/src/components/PoolFilter/FilterMenu.tsx#L30
React Hook React.useMemo has a missing dependency: 'searchKey'. Either include it or remove the dependency array
|
build-app:
centrifuge-app/src/components/PoolFilter/SortButton.tsx#L30
React Hook React.useMemo has a missing dependency: 'searchKey'. Either include it or remove the dependency array
|
build-app:
centrifuge-app/src/components/PoolFilter/SortButton.tsx#L60
The value for aria-live must be a single token from the following: assertive,off,polite
|
build-app:
centrifuge-app/src/components/PoolFilter/SortButton.tsx#L84
The value for aria-live must be a single token from the following: assertive,off,polite
|
build-app:
centrifuge-app/src/pages/Onboarding/index.tsx#L59
'isSignedAgreementFetched' is assigned a value but never used
|
build-app:
centrifuge-app/src/pages/Onboarding/queries/useSignRemark.ts#L154
React Hook useEffect has missing dependencies: 'evmChainId', 'evmProvider', 'evmSelectedAddress', and 'isEvmOnSubstrate'. Either include them or remove the dependency array
|