Hyperliquid route #1895
build.yml
on: pull_request
lint
53s
test
0s
check-sdn-list
54s
check-token-list
3m 19s
build-hosted
1m 54s
build-library
1m 48s
Annotations
10 warnings
lint:
wormhole-connect/src/AppRouter.tsx#L66
React Hook React.useEffect has missing dependencies: 'dispatch' and 'props.config'. Either include them or remove the dependency array
|
lint:
wormhole-connect/src/AppRouter.tsx#L86
React Hook useEffect has a missing dependency: 'routeContext'. Either include it or remove the dependency array
|
lint:
wormhole-connect/src/components/DemoApp/index.tsx#L151
React Hook useEffect has missing dependencies: 'customConfigInput', 'customConfigNonce', and 'isLoadingCustomConfig'. Either include them or remove the dependency array. You can also do a functional update 'setCustomConfigNonce(c => ...)' if you only need 'customConfigNonce' in the 'setCustomConfigNonce' call
|
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#L164
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
lint:
wormhole-connect/src/views/TxSearch.tsx#L156
React Hook useCallback has a missing dependency: 'search'. Either include it or remove the dependency array
|
lint:
wormhole-connect/src/views/v2/Bridge/AssetPicker/SearchableList/index.tsx#L41
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
|