mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-10 03:37:51 +02:00
Change to continue
This commit is contained in:
@@ -897,7 +897,7 @@ export function useStream<
|
||||
if (event === "values") {
|
||||
if ("__interrupt__" in data) {
|
||||
// don't update values on interrupt values event
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
setStreamValues(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user