Skip to content

UI test automation #2067

UI test automation

UI test automation #2067

Triggered via pull request March 19, 2025 11:40
Status Success
Total duration 1m 54s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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