From 5c84214fd57f7fb61110b2c002e6ec566c02547b Mon Sep 17 00:00:00 2001 From: Sergei Garin Date: Wed, 18 Dec 2024 19:48:45 +0400 Subject: [PATCH] Adjust message --- app/gui/src/dashboard/hooks/timeoutHooks.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/gui/src/dashboard/hooks/timeoutHooks.ts b/app/gui/src/dashboard/hooks/timeoutHooks.ts index 0ea5d8609770..5c48968559cb 100644 --- a/app/gui/src/dashboard/hooks/timeoutHooks.ts +++ b/app/gui/src/dashboard/hooks/timeoutHooks.ts @@ -75,7 +75,8 @@ export function useTimeoutCallback(options: UseTimeoutCallbackOptions) { return () => { stopTimer() } - // There is no way to enable compiler, but it's not needed. + // There is no way to enable compiler, but it's not needed here + // as everything is stable. // eslint-disable-next-line react-compiler/react-compiler // eslint-disable-next-line react-hooks/exhaustive-deps }, [ms, isDisabled, ...deps])