feat(FN-2092): merge fusion/fn-2092
This commit is contained in:
@@ -57,7 +57,9 @@ export function useBackgroundSessions(projectId?: string): UseBackgroundSessions
|
||||
sessionTimestampsRef.current = nextTimestampMap;
|
||||
setSessions(fetched);
|
||||
})
|
||||
.catch(() => {});
|
||||
.catch((err) => {
|
||||
console.warn("[useBackgroundSessions] Failed to fetch AI sessions:", err);
|
||||
});
|
||||
}, [projectId]);
|
||||
|
||||
// Initial load: request state from sibling tabs first, then fetch authoritative API state.
|
||||
|
||||
Reference in New Issue
Block a user