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])