[Wave9] Welcome Video as separate Screen #432
Annotations
4 errors and 1 warning
Type check with TypeScript:
src/languages/es.ts#L1212
Property 'welcomeVideo' is missing in type '{ welcome: string; whatsYourName: string; error: { requiredFirstName: string; requiredLasttName: string; }; }' but required in type '{ welcome: string; welcomeVideo: { title: string; description: string; button: string; }; whatsYourName: string; error: { requiredFirstName: string; requiredLasttName: string; }; }'.
|
Type check with TypeScript:
src/languages/es.ts#L2714
An object literal cannot have multiple properties with the same name.
|
Type check with TypeScript:
src/languages/es.ts#L2714
Type '{ welcomeVideo: { title: string; description: string; button: string; }; }' is missing the following properties from type '{ welcome: string; welcomeVideo: { title: string; description: string; button: string; }; whatsYourName: string; error: { requiredFirstName: string; requiredLasttName: string; }; }': welcome, whatsYourName, error
|
Type check with TypeScript
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading