Skip to content

Commit fe14eee

Browse files
committed
fix: ts error
1 parent 97a5023 commit fe14eee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/VideoTrack.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ export const VideoTrack = forwardRef<Component, VideoTrackProps>(
216216
objectFit={objectFit}
217217
zOrder={zOrder}
218218
mirror={mirror}
219+
// TODO: fix this up in react-native-webrtc side.
220+
// @ts-expect-error
219221
iosPIP={iosPIP}
220222
ref={ref}
221223
/>

0 commit comments

Comments
 (0)