chore(dev): cleanup useeffect deps

This commit is contained in:
Soumyadas15 2025-05-19 11:24:02 +05:30
parent cea53931f7
commit f89d97568d
1 changed files with 0 additions and 3 deletions

View File

@ -1034,11 +1034,8 @@ export default function ThreadPage({
clearTimeout(timeoutId);
}
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [
project?.account_id,
initialLoadCompleted.current,
messagesLoadedRef.current,
isLoading,
agentStatus,
checkBillingLimits