Skip to content

fix(Process): 🐞 App crash when a flow pair is selected #1002

fix(Process): 🐞 App crash when a flow pair is selected

fix(Process): 🐞 App crash when a flow pair is selected #1002

Triggered via pull request July 26, 2023 01:51
Status Success
Total duration 5m 3s
Artifacts

skupper-console.yml

on: pull_request
build-and-deploy
4m 52s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build-and-deploy: src/core/components/Graph/GraphReactAdaptor.tsx#L335
React Hook useCallback has missing dependencies: 'combos', 'config?.fitCenter', 'config?.fitScreen', 'config?.zoom', 'edges', 'handleOnClickCombo', 'handleOnClickEdge', 'handleOnClickNode', 'layout', 'nodes', and 'onGetZoom'. Either include them or remove the dependency array. If 'onGetZoom' changes too often, find the parent component that defines it and wrap that definition in useCallback
build-and-deploy: src/core/components/Graph/GraphReactAdaptor.tsx#L380
React Hook useCallback has a missing dependency: 'itemSelected'. Either include it or remove the dependency array
build-and-deploy: src/core/components/Wrapper.tsx#L51
React Hook useEffect has missing dependencies: 'config', 'location.pathname', and 'navigate'. Either include them or remove the dependency array