Skip to content

fix(General): 🐞 Disable staleTime in react query to avoid… #1017

fix(General): 🐞 Disable staleTime in react query to avoid…

fix(General): 🐞 Disable staleTime in react query to avoid… #1017

Triggered via push July 27, 2023 13:39
Status Success
Total duration 4m 26s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
build-and-deploy
4m 18s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build-and-deploy: src/core/components/Graph/GraphReactAdaptor.tsx#L328
React Hook useCallback has missing dependencies: 'combos', 'config?.fitCenter', 'config?.fitScreen', 'config?.zoom', 'edges', 'handleOnClickCombo', 'handleOnClickEdge', 'handleOnClickNode', 'layout', 'nodes', 'onFitScreen', 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#L381
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