fix: Optimize resume txn logic using Wormholescan #2865
build.yml
on: pull_request
lint
1m 16s
test
0s
check-sdn-list
1m 17s
check-token-list
6s
build-hosted
1m 51s
build-library
1m 59s
Annotations
5 errors and 10 warnings
|
build-hosted
Process completed with exit code 2.
|
|
build-hosted:
src/routes/__tests__/operator.test.ts#L53
'result' is declared but its value is never read.
|
|
build-hosted:
src/routes/__tests__/operator.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
|
build-library:
src/routes/__tests__/operator.test.ts#L53
'result' is declared but its value is never read.
|
|
build-library:
src/routes/__tests__/operator.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
|
lint:
src/views/v2/Redeem/TransactionDetails/index.tsx#L292
React Hook useMemo has missing dependencies: 'fromChain' and 'toChain'. Either include them or remove the dependency array
|
|
lint:
src/views/v2/Bridge/index.tsx#L450
React Hook useMemo has an unnecessary dependency: 'mobile'. Either exclude it or remove the dependency array
|
|
lint:
src/views/v2/Bridge/index.tsx#L279
React Hook useMemo has an unnecessary dependency: 'supportedDestTokens'. Either exclude it or remove the dependency array
|
|
lint:
src/views/v2/Bridge/WalletConnector/Sidebar.tsx#L292
React Hook useMemo has an unnecessary dependency: 'styles.submitButton'. Either exclude it or remove the dependency array
|
|
lint:
src/views/v2/Bridge/AssetPicker/TokenList.tsx#L159
React Hook useMemo has unnecessary dependencies: 'props.balances', 'props.isFetchingBalances', 'props.isSource', and 'tokenPrices'. Either exclude them or remove the dependency array
|
|
lint:
src/views/TxSearch.tsx#L162
React Hook useMemo has an unnecessary dependency: 'config.chainsArr'. Either exclude it or remove the dependency array. Outer scope values like 'config.chainsArr' aren't valid dependencies because mutating them doesn't re-render the component
|
|
lint:
src/views/TxSearch.tsx#L141
React Hook useCallback has a missing dependency: 'search'. Either include it or remove the dependency array
|
|
lint:
src/routes/__tests__/operator.test.ts#L53
'result' is assigned a value but never used
|
|
lint:
src/components/SampleApp/index.tsx#L213
React Hook useEffect has a missing dependency: 'customThemeInput'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setCustomTheme' needs the current value of 'customThemeInput'
|
|
lint:
src/components/SampleApp/index.tsx#L212
React Hook useEffect has missing dependencies: 'customConfigInput' and 'isLoadingCustomConfig'. Either include them or remove the dependency array
|