fix: remove the constant deps for watch logs

This commit is contained in:
jialin
2025-01-22 17:38:24 +08:00
parent 61fb7b0d86
commit a54c160d83
3 changed files with 16 additions and 2 deletions
@@ -231,7 +231,7 @@ const LogsViewer: React.FC<LogsViewerProps> = forwardRef((props, ref) => {
return () => {
chunkRequedtRef.current?.current?.abort?.();
};
}, [url, props.params]);
}, [url]);
useEffect(() => {
debouncedScroll();