mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 22:09:05 +08:00
fix: min and max time is removed from the dependency list (#2522)
This commit is contained in:
parent
c1d00c1155
commit
1a0c76a43b
@ -62,7 +62,9 @@ export function useSearchParser(): {
|
||||
});
|
||||
}
|
||||
},
|
||||
[dispatch, maxTime, minTime, parsedQuery, selectedTime],
|
||||
// need to hide this warning as we don't want to update the query string on every change
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
[dispatch, parsedQuery, selectedTime],
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user