Skip to content

Publish

Publish #188

Manually triggered December 17, 2024 15:04
Status Cancelled
Total duration 3m 51s
Artifacts

publish.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
publish
The run was canceled by @aadam-10.
publish
The operation was canceled.
publish: 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
publish: wormhole-connect/src/AppRouter.tsx#L86
React Hook useEffect has a missing dependency: 'routeContext'. Either include it or remove the dependency array
publish: 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
publish: 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
publish: wormhole-connect/src/utils/wallet/index.ts#L155
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
publish: wormhole-connect/src/views/TxSearch.tsx#L156
React Hook useCallback has a missing dependency: 'search'. Either include it or remove the dependency array
publish: wormhole-connect/src/views/v2/Bridge/AmountInput/index.tsx#L60
React Hook useCallback has a missing dependency: 'deferredOnChange'. Either include it or remove the dependency array
publish: wormhole-connect/src/views/v2/Bridge/AmountInput/index.tsx#L196
React Hook useMemo has missing dependencies: 'classes.balance' and 'isFetching'. Either include them or remove the dependency array
publish: wormhole-connect/src/views/v2/Bridge/AmountInput/index.tsx#L201
React Hook useCallback has a missing dependency: 'dispatch'. Either include it or remove the dependency array
publish: wormhole-connect/src/views/v2/Bridge/AmountInput/index.tsx#L219
React Hook useMemo has a missing dependency: 'handleChange'. Either include it or remove the dependency array