fix(browser-use): harden browser settings state

This commit is contained in:
Simos Mikelatos
2026-06-24 15:36:25 +00:00
parent 8c31ebcc63
commit 9457651fdd
9 changed files with 180 additions and 27 deletions

View File

@@ -277,7 +277,6 @@ export default function BrowserUsePanel({ isVisible, projectId, onShowSettings }
browserUsePanelCache.set(cacheKey, {
...cachedEntry,
selectedSessionId,
updatedAt: Date.now(),
});
}, [cacheKey, selectedSessionId]);