[New Arch] Android Fabric #30
Annotations
4 errors
Check TypeScript:
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 TypeScript:
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 TypeScript:
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 TypeScript
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading