Make sure to spread stream values

This commit is contained in:
Tat Dat Duong
2025-07-01 01:39:53 +02:00
parent 882de42996
commit 276675b618
+1 -1
View File
@@ -1095,7 +1095,7 @@ export function useStream<
};
}
return historyValues;
return { ...historyValues };
});
let usableThreadId = threadId;