-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
chore(dev): upgrade vue-tsc to 1.4.4 and move to root package.json #17212
Conversation
2 questions:
|
1.5.2 is out now |
packages/vuetify/src/components/VAutocomplete/VAutocomplete.tsx
Outdated
Show resolved
Hide resolved
This is an issue regarding the usage of
It has been an issue which should have shown up from the right beginning. I believe there was something in |
This is why the generics have const items = [
{ title: 'a' },
{ title: 'b' },
{ title: 'c' },
]
const Comp = (
<VSelect items={ items } onUpdate:modelValue={ v => v } returnObject />
)
|
Closing in favour of #17231 |
Description
This issue starts to appear since volar@1.3.9, but I couldn't figure out the reason yet.
volar@1.3.8 works.
However, this is an issue supposed to be complained: prove link
this seems to be an issue which didn't show up before, also seems like there was an enhancement from volar@1.3.9 that makes this issue show up. So it doesn't bother we make a fix in vuetify side
Since we can use
vue-tsc
against dev playground, it would make sense to movevue-tsc
to root package.jsonMarkup: