You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
Version
2.7.8
Reproduction link
github.com
Steps to reproduce
Checkout the demo and run the test:
What is expected?
No type error
What is actually happening?
TSC warns of error TS2314:
The text was updated successfully, but these errors were encountered: