Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue with type declaration when using more than 5 mixins #429

Closed
@lk77

Description

@lk77

Hello,

when using more than 5 mixin, type declaration is incorrect :

declare const Component_base: import("vue-class-component/lib/declarations").VueClass<unkown>;

it should be

declare const Component_base: import("vue-class-component/lib/declarations").VueClass<A & B & C & D & E & F>;

i was force to do :

extends mixins(A, B, C, D, mixins(E, F))

thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions