We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666552c commit 9cedaefCopy full SHA for 9cedaef
packages/react/src/hooks/useDataChannel.ts
@@ -39,6 +39,8 @@ export function useDataChannel<T extends string>(
39
): UseDataChannelReturnType<T>;
40
41
/**
42
+ * Overload for `useDataChannel` without a topic. See {@link useDataChannel:function(1)} for information and usage examples.
43
+ *
44
* @public
45
*/
46
export function useDataChannel(
0 commit comments