Skip to content

[New Arch] Android Fabric #30

[New Arch] Android Fabric

[New Arch] Android Fabric #30

Triggered via pull request January 12, 2024 05:45
Status Failure
Total duration 1m 3s
Artifacts

check-js.yml

on: pull_request
Check TS (tsc)
49s
Check TS (tsc)
Lint JS (eslint, prettier)
53s
Lint JS (eslint, prettier)
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 6 warnings
Check TS (tsc): src/Video.tsx#L472
Type '{ src: { uri: string; isNetwork: boolean; isAsset: boolean; shouldCache: boolean; requestHeaders: { key: string; value: any; }[]; startTime: number; type: string; mainVer: number; patchVer: number; startPosition: number; ... 5 more ...; customImageUri: string | undefined; } | undefined; ... 160 more ...; ref: RefObj...' is not assignable to type 'Readonly<VideoNativeProps>'.
Check TS (tsc): src/Video.tsx#L472
Type '{ src: { uri: string; isNetwork: boolean; isAsset: boolean; shouldCache: boolean; requestHeaders: { key: string; value: any; }[]; startTime: number; type: string; mainVer: number; patchVer: number; startPosition: number; ... 5 more ...; customImageUri: string | undefined; } | undefined; ... 160 more ...; ref: RefObj...' is not assignable to type 'Readonly<VideoNativeProps>'.
Check TS (tsc): src/Video.tsx#L472
[tsc] reported by reviewdog 🐶 Type '{ src: { uri: string; isNetwork: boolean; isAsset: boolean; shouldCache: boolean; requestHeaders: { key: string; value: any; }[]; startTime: number; type: string; mainVer: number; patchVer: number; startPosition: number; ... 5 more ...; customImageUri: string | undefined; } | undefined; ... 160 more ...; ref: RefObj...' is not assignable to type 'Readonly<VideoNativeProps>'. Raw Output: src/Video.tsx(472,10): error TS2322: Type '{ src: { uri: string; isNetwork: boolean; isAsset: boolean; shouldCache: boolean; requestHeaders: { key: string; value: any; }[]; startTime: number; type: string; mainVer: number; patchVer: number; startPosition: number; ... 5 more ...; customImageUri: string | undefined; } | undefined; ... 160 more ...; ref: RefObj...' is not assignable to type 'Readonly<VideoNativeProps>'.
Check TS (tsc)
Process completed with exit code 1.
Lint JS (eslint, prettier)
Process completed with exit code 1.
Lint JS (eslint, prettier): src/Video.tsx#L183
Expected { after 'if' condition.
Lint JS (eslint, prettier): src/Video.tsx#L197
Expected { after 'if' condition.
Lint JS (eslint, prettier): src/Video.tsx#L222
Expected { after 'if' condition.
Lint JS (eslint, prettier): src/Video.tsx#L223
Expected { after 'if' condition.
Lint JS (eslint, prettier): src/Video.tsx#L264
Expected { after 'if' condition.
Lint JS (eslint, prettier): src/utils.ts#L10
Expected { after 'if' condition.