Basic working video #1
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
typescript_checks.yml
on: pull_request
lint
1m 5s
typescript-check
1m 14s
Annotations
3 errors and 10 warnings
lint:
src/components/webRTCpoc.tsx#L5
There should be at least one empty line between import groups
|
lint:
src/components/webRTCpoc.tsx#L6
`react-native` import should occur before import of `react-native-webrtc`
|
lint
Process completed with exit code 1.
|
lint:
src/components/baseView.tsx#L20
Inline style: { minHeight: '95%' }
|
lint:
src/components/webRTCpoc.tsx#L64
Unexpected any. Specify a different type
|
lint:
src/components/webRTCpoc.tsx#L74
Unexpected any. Specify a different type
|
lint:
src/components/webRTCpoc.tsx#L136
React Hook React.useEffect has missing dependencies: 'connect', 'localStream', and 'remoteStream'. Either include them or remove the dependency array
|
lint:
src/components/webRTCpoc.tsx#L149
Inline style: { width: '100%', height: '100%' }
|
lint:
src/hooks/api/useCameraEvents.ts#L9
Unexpected any. Specify a different type
|
lint:
src/hooks/api/useCameraEvents.ts#L10
Unexpected any. Specify a different type
|
lint:
src/hooks/api/useCameraEvents.ts#L11
Unexpected any. Specify a different type
|
lint:
src/hooks/api/useCameraEvents.ts#L12
Unexpected any. Specify a different type
|
lint:
src/hooks/api/useCameraEvents.ts#L13
Unexpected any. Specify a different type
|