We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7848d commit a256b02Copy full SHA for a256b02
libs/sdk/src/react/stream.tsx
@@ -22,7 +22,7 @@ function isCustomOptions<
22
| UseStreamOptions<StateType, Bag>
23
| UseStreamCustomOptions<StateType, Bag>
24
): options is UseStreamCustomOptions<StateType, Bag> {
25
- return "transport" in options && options.transport !== undefined;
+ return "transport" in options;
26
}
27
28
export function useStream<
0 commit comments