From a4b46b08ba63999e40670c126da924c06c85b581 Mon Sep 17 00:00:00 2001 From: rever-tecnologia Date: Tue, 9 Dec 2025 20:32:26 -0300 Subject: [PATCH] fix(desktop): adicionar attemptSelfHeal nas dependencias do useEffect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrige warning do eslint sobre dependencia faltante no hook useEffect da assinatura de chat updates. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/desktop/src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/main.tsx b/apps/desktop/src/main.tsx index 1a7e730..1e5bdb1 100644 --- a/apps/desktop/src/main.tsx +++ b/apps/desktop/src/main.tsx @@ -1121,7 +1121,7 @@ const resolvedAppUrl = useMemo(() => { return () => { unsub?.() } - }, [token]) + }, [token, attemptSelfHeal]) async function register() { if (!profile) return