fix(General): 🐞 Disable staleTime in react query to avoid… #1017
Annotations
3 warnings
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
|
src/core/components/Graph/GraphReactAdaptor.tsx#L381
React Hook useCallback has a missing dependency: 'itemSelected'. Either include it or remove the dependency array
|
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
|
The logs for this run have expired and are no longer available.
Loading