Skip to content

Generic type ExtendedVue and CombinedVueInstance now require 6 parameters and break legacy code #12726

Closed
@jfparadis-appomni

Description

@jfparadis-appomni

Version

2.7.8

Reproduction link

github.com

Steps to reproduce

Checkout the demo and run the test:

git clone git@github.com:jf-paradis/demo-vue-issues.git
cd demo-vue-issues
npm install
npm run test

What is expected?

No type error

What is actually happening?

TSC warns of error TS2314:

  • Generic type 'ExtendedVue' requires 6 type argument(s).
  • Generic type 'CombinedVueInstance' requires 6 type argument(s).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions