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 663613e commit 3412fb3Copy full SHA for 3412fb3
docs/realtime/react-hooks/streams.mdx
@@ -46,7 +46,7 @@ export function MyComponent({
46
}
47
```
48
49
-You can provide the type of the streams to the `useRealtimeRunWithStreams` hook:
+You can also provide the type of the streams to the `useRealtimeRunWithStreams` hook to get type-safety:
50
51
```tsx
52
import { useRealtimeRunWithStreams } from "@trigger.dev/react-hooks";
0 commit comments