fix(InputMenu): removing tag
does not change modelValue
#32
Annotations
10 errors and 1 warning
build (ubuntu-latest, 22):
src/runtime/components/InputMenu.vue#L297
Cannot find name 'ev'.
|
build (ubuntu-latest, 22):
test/components/InputMenu.spec.ts#L167
Type '[{ label: string; value: string; }]' does not satisfy the constraint '{ 0: { [x: number]: never; value: "Expected: string, Actual: never"; label: "Expected: string, Actual: never"; }; }'.
|
build (ubuntu-latest, 22):
test/components/InputMenu.spec.ts#L173
Type '[{ label: string; value: number; }[]]' does not satisfy the constraint '{ 0: { [x: number]: never; value: "Expected: number, Actual: never"; label: "Expected: string, Actual: never"; }[]; }'.
|
build (ubuntu-latest, 22):
test/components/InputMenu.spec.ts#L179
Type '[string]' does not satisfy the constraint '{ 0: "Expected: string, Actual: ..."; }'.
|
build (ubuntu-latest, 22):
test/components/InputMenu.spec.ts#L186
Type '[number[]]' does not satisfy the constraint '{ 0: "Expected: number, Actual: ..."[]; }'.
|
build (ubuntu-latest, 22):
test/components/InputMenu.spec.ts#L191
Type '[string]' does not satisfy the constraint '{ 0: "Expected: string, Actual: ..."; }'.
|
build (ubuntu-latest, 22):
test/components/InputMenu.spec.ts#L197
Type '[string[]]' does not satisfy the constraint '{ 0: "Expected: string, Actual: ..."[]; }'.
|
build (ubuntu-latest, 22):
test/components/InputMenu.spec.ts#L202
Type '[string]' does not satisfy the constraint '{ 0: "Expected: string, Actual: ..."; }'.
|
build (ubuntu-latest, 22):
test/components/InputMenu.spec.ts#L208
Type '[string[]]' does not satisfy the constraint '{ 0: "Expected: string, Actual: ..."[]; }'.
|
build (ubuntu-latest, 22):
test/components/InputMenu.spec.ts#L214
Type '[(string | number | { value: string; } | { value: number; })[]]' does not satisfy the constraint '{ 0: ("Expected: string, Actual: ..." | "Expected: number, Actual: ..." | "Expected: ..., Actual: ...")[]; }'.
|
build (ubuntu-latest, 22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|