Skip to content

feat(Core UI): ✨ Crete a PF legend #1001

feat(Core UI): ✨ Crete a PF legend

feat(Core UI): ✨ Crete a PF legend #1001

Triggered via push July 26, 2023 01:00
Status Success
Total duration 4m 25s
Artifacts
build-and-deploy
4m 17s
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