Skip to content

chore(General): 🔨 Update dependencies #1009

chore(General): 🔨 Update dependencies

chore(General): 🔨 Update dependencies #1009

Triggered via pull request July 26, 2023 11:45
Status Success
Total duration 5m 13s
Artifacts

skupper-console.yml

on: pull_request
build-and-deploy
5m 2s
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#L387
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