-
Notifications
You must be signed in to change notification settings - Fork 13.5k
fix(vue): update output target and resolve type issues #30239
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Released a dev build: Verified reproduction case in #30221 ![]() Verified reproduction case in #30179 ![]() Important note: this only works if |
686c035
to
88c8af1
Compare
A dev build is available using the |
Issue number: fixes #30179
What is the current behavior?
There have been issues reported on version 8.4.3 related to the type information changing for Vue
What is the new behavior?
This patch updates the Vue components to be correctly types using a new version of the output target.
Does this introduce a breaking change?