Skip to content

Commit ea42c88

Browse files
committed
fix: remove tsdoc @link tag because api-extractor throws a warning on it
1 parent fd7add4 commit ea42c88

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/react/src/components/SessionProvider.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import * as React from 'react';
22
import { UseSessionReturn } from '../hooks';
33
import { RoomContext } from '../context';
4-
// NOTE: the below `useSession` is mentioned in a tsdoc comment
5-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
6-
import { useSession } from '../hooks';
74
import { SessionContext } from '../context/session-context';
85

96
/** @public */
@@ -13,7 +10,7 @@ export type SessionProviderProps = {
1310
};
1411

1512
/**
16-
* The `SessionProvider` component instantiates a SessionContext from the return of {@link useSession}
13+
* The `SessionProvider` component instantiates a SessionContext from the return of useSession
1714
* @public
1815
*/
1916
export function SessionProvider(props: SessionProviderProps) {

0 commit comments

Comments
 (0)