Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jfparadis-appomni opened this issue Aug 5, 2022 · 0 comments

Comments

@jfparadis-appomni
Copy link
Contributor

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).
@jfparadis-appomni jfparadis-appomni changed the title Generic type 'ExtendedVue' and ExtendedVue now require 6 parameters and break legacy code Generic type ExtendedVue and CombinedVueInstance now require 6 parameters and break legacy code Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant