File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
packages/react/src/components Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import { UseSessionReturn } from '../hooks' ;
33import { 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' ;
74import { 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 */
1916export function SessionProvider ( props : SessionProviderProps ) {
You can’t perform that action at this time.
0 commit comments