Skip to content

Commit 1f82afa

Browse files
committed
fix: remove duplicate abortControllerRef and unused use-message-renderer hook
1 parent 8584e25 commit 1f82afa

File tree

2 files changed

+0
-517
lines changed

2 files changed

+0
-517
lines changed

cli/src/chat.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ export const Chat = ({
220220
activeSubagentsRef.current = activeSubagents
221221
}, [activeSubagents])
222222

223-
const abortControllerRef = useRef<AbortController | null>(null)
224223
const isUserCollapsingRef = useRef<boolean>(false)
225224

226225
// Reset the collapse flag after collapse state changes

0 commit comments

Comments
 (0)