Chore: rework ad props #569
check-js.yml
on: pull_request
Check TS (tsc)
12s
Lint JS (eslint, prettier)
18s
Annotations
7 errors and 2 warnings
Check TS (tsc):
src/utils.ts#L31
Property 'ad' is missing in type '{ uri: string | undefined; }' but required in type 'ReactVideoSourceProperties'.
|
Check TS (tsc):
src/utils.ts#L37
Type '{ uri: string | undefined; textTracks?: TextTracks | undefined; isNetwork?: boolean | undefined; isAsset?: boolean | undefined; shouldCache?: boolean | undefined; ... 12 more ...; ad: Readonly<...>; } | { ...; }' is not assignable to type 'ReactVideoSourceProperties'.
|
Check TS (tsc):
src/utils.ts#L31
Property 'ad' is missing in type '{ uri: string | undefined; }' but required in type 'ReactVideoSourceProperties'.
|
Check TS (tsc):
src/utils.ts#L37
Type '{ uri: string | undefined; textTracks?: TextTracks | undefined; isNetwork?: boolean | undefined; isAsset?: boolean | undefined; shouldCache?: boolean | undefined; ... 12 more ...; ad: Readonly<...>; } | { ...; }' is not assignable to type 'ReactVideoSourceProperties'.
|
Check TS (tsc):
src/utils.ts#L31
[tsc] reported by reviewdog 🐶
Property 'ad' is missing in type '{ uri: string | undefined; }' but required in type 'ReactVideoSourceProperties'.
Raw Output:
src/utils.ts(31,5): error TS2741: Property 'ad' is missing in type '{ uri: string | undefined; }' but required in type 'ReactVideoSourceProperties'.
|
Check TS (tsc):
src/utils.ts#L37
[tsc] reported by reviewdog 🐶
Type '{ uri: string | undefined; textTracks?: TextTracks | undefined; isNetwork?: boolean | undefined; isAsset?: boolean | undefined; shouldCache?: boolean | undefined; ... 12 more ...; ad: Readonly<...>; } | { ...; }' is not assignable to type 'ReactVideoSourceProperties'.
Raw Output:
src/utils.ts(37,5): error TS2322: Type '{ uri: string | undefined; textTracks?: TextTracks | undefined; isNetwork?: boolean | undefined; isAsset?: boolean | undefined; shouldCache?: boolean | undefined; ... 12 more ...; ad: Readonly<...>; } | { ...; }' is not assignable to type 'ReactVideoSourceProperties'.
|
Check TS (tsc)
Process completed with exit code 1.
|
Check TS (tsc)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint JS (eslint, prettier)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|