UI test automation #2067
build.yml
on: pull_request
lint
48s
test
0s
check-sdn-list
56s
check-token-list
3s
build-hosted
1m 39s
build-library
1m 47s
Annotations
10 warnings
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/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/components/SampleApp/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/SampleApp/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/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
|