We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e17743 commit 95ab29aCopy full SHA for 95ab29a
packages/react/src/components/ParticipantLoop.tsx
@@ -24,7 +24,7 @@ export interface ParticipantLoopProps {
24
* const participants = useParticipants();
25
* <ParticipantLoop participants={participants}>
26
* <ParticipantName />
27
- * <ParticipantLoop />
+ * </ParticipantLoop>
28
* ```
29
* @public
30
*/
packages/react/src/components/TrackLoop.tsx
@@ -23,7 +23,7 @@ export interface TrackLoopProps {
23
* <TrackRefContext.Consumer>
* {(trackRef) => trackRef && <VideoTrack trackRef={trackRef}/>}
* </TrackRefContext.Consumer>
- * <TrackLoop />
+ * </TrackLoop>
0 commit comments