Skip to content

Basic attribute inheritance #5527

Basic attribute inheritance

Basic attribute inheritance #5527

Triggered via pull request March 13, 2024 16:11
Status Failure
Total duration 1m 30s
Artifacts

test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 1 warning
build (16, ubuntu-latest)
Parameter 's' implicitly has an 'any' type.
build (16, ubuntu-latest)
Argument of type 'any' is not assignable to parameter of type 'never'.
build (16, ubuntu-latest)
Parameter 'a' implicitly has an 'any' type.
build (16, ubuntu-latest)
Argument of type 'any' is not assignable to parameter of type 'never'.
build (16, ubuntu-latest)
Argument of type 'DefineComponent<{ foo: StringConstructor; key: { type: PropType<string | number | symbol>; }; ref: { type: PropType<VNodeRef>; }; ref_for: { type: PropType<boolean>; }; ... 8 more ...; style: { ...; }; }, ... 11 more ..., {}>' is not assignable to parameter of type 'never'.
build (16, ubuntu-latest)
Argument of type 'DefineComponent<{ foo: { type: PropType<string>; required: true; }; bar: { type: PropType<number>; }; key: { type: PropType<string | number | symbol>; }; ref: { type: PropType<VNodeRef>; }; ... 9 more ...; style: { ...; }; }, ... 11 more ..., {}>' is not assignable to parameter of type 'never'.
build (16, ubuntu-latest)
Argument of type 'DefineComponent<{ msg: { type: PropType<string>; default: string; }; labels: { type: PropType<string[]>; default: () => string[]; }; key: { type: PropType<string | number | symbol>; }; ... 10 more ...; style: { ...; }; }, ... 11 more ..., {}>' is not assignable to parameter of type 'never'.
build (16, ubuntu-latest)
Argument of type 'DefineComponent<{ modelValue: PropType<string>; c: { required: true; type: PropType<number>; }; d: PropType<number>; e: PropType<string>; f: { required: true; type: PropType<...>; }; ... 12 more ...; style: { ...; }; }, ... 11 more ..., {}>' is not assignable to parameter of type 'never'.
build (16, ubuntu-latest)
Argument of type 'DefineComponent<{ a: PropType<string>; b: { required: true; type: PropType<string>; }; c: { required: true; type: PropType<number>; }; d: PropType<number>; e: PropType<string>; ... 13 more ...; style: { ...; }; }, ... 11 more ..., {}>' is not assignable to parameter of type 'never'.
build (16, ubuntu-latest)
Object literal may only specify known properties, and 'id' does not exist in type 'Partial<{}> & Omit<{ readonly key?: string | number | symbol | undefined; readonly ref?: VNodeRef | undefined; readonly ref_for?: boolean | undefined; readonly ref_key?: string | undefined; ... 7 more ...; readonly style?: unknown; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>'.
build (16, windows-latest)
The job was canceled because "_16_ubuntu-latest" failed.
build (16, windows-latest)
The operation was canceled.
build (16, macos-latest)
The job was canceled because "_16_ubuntu-latest" failed.
build (16, macos-latest)
The operation was canceled.
build (16, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.