We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type
1 parent 6fd37a9 commit f2e24a0Copy full SHA for f2e24a0
.changeset/many-mangos-know.md
@@ -0,0 +1,5 @@
1
+---
2
+"@langchain/langgraph-sdk": patch
3
4
+
5
+Fix bug in UseStream export.
libs/sdk/src/react/index.ts
@@ -1,6 +1,6 @@
export { useStream } from "./stream.js";
export { FetchStreamTransport } from "./stream.custom.js";
-export { UseStream, UseStreamCustom } from "./types.js";
+export type { UseStream, UseStreamCustom } from "./types.js";
export type {
MessageMetadata,
6
UseStreamOptions,
0 commit comments