mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 23:22:27 +02:00
Make sure to spread stream values
This commit is contained in:
@@ -1095,7 +1095,7 @@ export function useStream<
|
||||
};
|
||||
}
|
||||
|
||||
return historyValues;
|
||||
return { ...historyValues };
|
||||
});
|
||||
|
||||
let usableThreadId = threadId;
|
||||
|
||||
Reference in New Issue
Block a user