chore: upgrade dependencies #22
typescript_checks.yml
on: pull_request
lint
1m 20s
typescript-check
1m 16s
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.
|