Hide separator dot when token price is not available (#3226) #1796
build.yml
on: push
lint
56s
test
0s
check-sdn-list
52s
check-token-list
3m 14s
build-hosted
1m 47s
build-library
1m 43s
Annotations
15 warnings
check-sdn-list
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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#L148
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#L58
'_setTokenPrices' is assigned a value but never used
|
lint:
wormhole-connect/src/contexts/TokensContext.tsx#L104
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
|
lint:
wormhole-connect/src/views/v2/Bridge/AssetPicker/TokenList.tsx#L183
React Hook useMemo has a missing dependency: 'props.selectedChainConfig.sdkName'. Either include it or remove the dependency array
|
build-library
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-hosted
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-token-list
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|