This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
chore(deps): update dependency @types/node to v20.11.24 #1090
Annotations
3 errors
build:
src/components/VideoPlayer/index.tsx#L53
'Video' refers to a value, but is being used as a type here. Did you mean 'typeof Video'?
|
build:
src/components/VideoPlayer/index.tsx#L123
Type 'number | { uri?: string | undefined; headers?: { [key: string]: string; } | undefined; type?: string | undefined; }' is not assignable to type 'Readonly<{ uri?: string | undefined; isNetwork?: boolean | undefined; isAsset?: boolean | undefined; shouldCache?: boolean | undefined; type?: string | undefined; mainVer?: number | undefined; ... 7 more ...; customImageUri?: string | undefined; }> | undefined'.
|
build
Process completed with exit code 2.
|