Skip to content

Commit 9cedaef

Browse files
committed
fix linking
1 parent 666552c commit 9cedaef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react/src/hooks/useDataChannel.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ export function useDataChannel<T extends string>(
3939
): UseDataChannelReturnType<T>;
4040

4141
/**
42+
* Overload for `useDataChannel` without a topic. See {@link useDataChannel:function(1)} for information and usage examples.
43+
*
4244
* @public
4345
*/
4446
export function useDataChannel(

0 commit comments

Comments
 (0)