This commit is contained in:
bracesproul
2025-05-16 14:49:57 -07:00
parent 6f1db4c60a
commit bb1edb4415
+1 -1
View File
@@ -874,7 +874,7 @@ export function useStream<
checkpoint,
streamMode,
streamSubgraphs: submitOptions?.streamSubgraphs ?? false,
streamSubgraphs: submitOptions?.streamSubgraphs,
}) as AsyncGenerator<EventStreamEvent>;
let streamError: StreamError | undefined;