Update dependency @livekit/components-react to v1.4.1 #2381
lint.yaml
on: pull_request
Lint, format & type check
1m 1s
Annotations
6 errors
Lint, format & type check:
src/livekit/MediaDevicesContext.tsx#L85
Argument of type 'boolean' is not assignable to parameter of type '(e: Error) => void'.
|
Lint, format & type check:
src/livekit/MediaDevicesContext.tsx#L91
Type '{ available: void | MediaDeviceInfo[] | undefined; selectedId: string | undefined; select: Dispatch<SetStateAction<string | undefined>>; }' is not assignable to type 'MediaDevice'.
|
Lint, format & type check:
src/livekit/MediaDevicesContext.tsx#L92
'available' is possibly 'undefined'.
|
Lint, format & type check:
src/livekit/MediaDevicesContext.tsx#L94
'available' is possibly 'undefined'.
|
Lint, format & type check:
src/livekit/MediaDevicesContext.tsx#L96
'available' is possibly 'undefined'.
|
Lint, format & type check
Process completed with exit code 2.
|