Skip to content

chore: upgrade dependencies #22

chore: upgrade dependencies

chore: upgrade dependencies #22

Triggered via pull request October 14, 2023 13:35
Status Failure
Total duration 1m 30s
Artifacts

typescript_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
typescript-check: src/components/VideoPlayer.tsx#L20
'Video' cannot be used as a JSX component.
typescript-check: src/components/WebRTCView/WebRTCView.tsx#L82
Property 'ontrack' does not exist on type 'RTCPeerConnection'.
typescript-check: src/components/WebRTCView/WebRTCView.tsx#L88
Property 'onaddstream' does not exist on type 'RTCPeerConnection'.
typescript-check: src/components/WebRTCView/WebRTCView.tsx#L143
Property 'oniceconnectionstatechange' does not exist on type 'RTCPeerConnection'. Did you mean 'iceConnectionState'?
typescript-check: src/components/WebRTCView/WebRTCView.tsx#L143
Parameter '_event' implicitly has an 'any' type.
typescript-check: src/components/WebRTCView/WebRTCView.tsx#L144
Property 'onicecandidate' does not exist on type 'RTCPeerConnection'. Did you mean 'addIceCandidate'?
typescript-check: src/components/WebRTCView/WebRTCView.tsx#L144
Parameter 'event' implicitly has an 'any' type.
typescript-check
Process completed with exit code 2.
lint
Process completed with exit code 2.