mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix NodeGraph useCallback dependencies (#41105)
This commit is contained in:
@@ -64,7 +64,7 @@ export function useZoom({ stepUp, stepDown, min, max } = defaultOptions) {
|
||||
}
|
||||
}
|
||||
},
|
||||
[onStepDown, onStepUp]
|
||||
[min, max, scale]
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user