Remove legacy logic from TokenList filter function (#3368) #2078
build.yml
on: push
lint
59s
test
0s
check-sdn-list
1m 3s
check-token-list
6h 0m
build-hosted
1m 42s
build-library
1m 52s
Annotations
2 errors and 10 warnings
check-token-list
The job running on runner GitHub Actions 49 has exceeded the maximum execution time of 360 minutes.
|
check-token-list
The operation was canceled.
|
lint:
wormhole-connect/src/AppRouter.tsx#L91
React Hook useEffect has a missing dependency: 'loadConfig'. Either include it or remove the dependency array
|
lint:
wormhole-connect/src/AppRouter.tsx#L112
React Hook useEffect has a missing dependency: 'routeContext'. Either include it or remove the dependency array
|
lint:
wormhole-connect/src/components/DemoApp/index.tsx#L199
React Hook useEffect has missing dependencies: 'customConfigInput' and 'isLoadingCustomConfig'. Either include them or remove the dependency array
|
lint:
wormhole-connect/src/components/DemoApp/index.tsx#L200
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:
wormhole-connect/src/components/Modal.tsx#L76
React Hook useEffect has a missing dependency: 'onClose'. Either include it or remove the dependency array. If 'onClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
wormhole-connect/src/contexts/TokensContext.tsx#L59
'_setTokenPrices' is assigned a value but never used
|
lint:
wormhole-connect/src/contexts/TokensContext.tsx#L62
'_setTokenPricesToFetch' is assigned a value but never used
|
lint:
wormhole-connect/src/contexts/TokensContext.tsx#L109
React Hook useCallback has a missing dependency: 'lastTokenCacheUpdate'. Either include it or remove the dependency array
|
lint:
wormhole-connect/src/utils/wallet/index.ts#L198
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
lint:
wormhole-connect/src/views/TxSearch.tsx#L158
React Hook useCallback has a missing dependency: 'search'. Either include it or remove the dependency array
|