Skip to content

Commit

Permalink
ignore ts warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Nov 12, 2024
1 parent 26d43ee commit 823563f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template-default/src/Room.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ function CompositeTemplate({ layout: initialLayout }: CompositeTemplateProps) {
clearInterval(interval);
}
}, 100);
});
/* eslint-disable-next-line react-hooks/exhaustive-deps */
}, []);

useEffect(() => {
if (screenshareTracks.length > 0 && screenshareTracks[0].publication) {
Expand Down

0 comments on commit 823563f

Please sign in to comment.