Skip to content

Escape works as "go back" in settings #5604

Escape works as "go back" in settings

Escape works as "go back" in settings #5604

Triggered via pull request November 22, 2024 17:13
Status Failure
Total duration 50s
Artifacts

basic-tests.yml

on: pull_request
Code Validation
41s
Code Validation
Code Tests
37s
Code Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Code Validation
Argument of type '{ imagePath: string; }' is not assignable to parameter of type 'DialogProps & { imagePath: string; }'.
Code Validation
Argument of type '{ imagePath: string; }' is not assignable to parameter of type 'DialogProps & { imagePath: string; }'.
Code Validation
Argument of type '{ reactionsByContact: Record<number, string[]>; }' is not assignable to parameter of type 'DialogProps & Props'.
Code Validation
Argument of type '{ messageText: string | null; file: { file_name: string; file_content: string; } | null; }' is not assignable to parameter of type 'DialogProps & { messageText: string | null; file: { file_name: string; file_content: string; } | null; }'.
Code Validation
Argument of type '{ qrCode: string; qrCodeSVG: string; }' is not assignable to parameter of type 'DialogProps & Props'.
Code Validation
Argument of type '{ settingsStore: SettingsStoreState; }' is not assignable to parameter of type 'DialogProps & { settingsStore: SettingsStoreState; }'.
Code Validation
Argument of type '{ values: SelectDialogOption[]; initialSelectedValue: string; title: string; onSelect: (theme: string) => Promise<void>; onCancel: () => Promise<void>; }' is not assignable to parameter of type 'DialogProps & { title: string; initialSelectedValue: string; values: SelectDialogOption[]; onSave?: ((selectedValue: string) => void) | undefined; onSelect?: ((selectedValue: string) => void) | undefined; onCancel?: (() => void) | undefined; }'.
Code Validation
Argument of type '{ values: SelectDialogOption[]; initialSelectedValue: string; title: string; onSave: (_seconds: string) => Promise<void>; }' is not assignable to parameter of type 'DialogProps & { title: string; initialSelectedValue: string; values: SelectDialogOption[]; onSave?: ((selectedValue: string) => void) | undefined; onSelect?: ((selectedValue: string) => void) | undefined; onCancel?: (() => void) | undefined; }'.
Code Validation
Argument of type '{ fromServer: boolean; estimateCount: number; seconds: number; }' is not assignable to parameter of type 'DialogProps & { fromServer: boolean; estimateCount: number; seconds: number; }'.
Code Validation
Argument of type '{ values: SelectDialogOption[]; initialSelectedValue: string; title: string; onSave: (show: string) => void; }' is not assignable to parameter of type 'DialogProps & { title: string; initialSelectedValue: string; values: SelectDialogOption[]; onSave?: ((selectedValue: string) => void) | undefined; onSelect?: ((selectedValue: string) => void) | undefined; onCancel?: (() => void) | undefined; }'.
Code Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Code Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code Validation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Code Validation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/