Escape works as "go back" in settings #5604
Annotations
10 errors and 2 warnings
|
|
|
|
|
|
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; }'.
|
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; }'.
|
|
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; }'.
|
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/
|
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/
|
The logs for this run have expired and are no longer available.
Loading