fix(ui): align chatStream lifecycle type with nullable state

This commit is contained in:
Val Alexander 2026-03-16 16:00:02 -05:00 committed by Val Alexander
parent 04985dab23
commit 2ab25babce

View File

@ -34,7 +34,7 @@ type LifecycleHost = {
chatLoading: boolean;
chatMessages: unknown[];
chatToolMessages: unknown[];
chatStream: string;
chatStream: string | null;
logsAutoFollow: boolean;
logsAtBottom: boolean;
logsEntries: unknown[];