-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
vue-tsc 2.0.18: Property 'xyz' does not exist on type 'abc' when using v-for #4386
Comments
Same problem with Quasar but only after build + type-check (vue-tsc --noEmit -p tsconfig.vitest.json --composite false)
|
This also occurs on regular components. The "solution "is to use |
I first noticed with Vuetify, but my example uses the stackblitz vue-ts template with an extra boolean prop to demonstrate the problem. |
I'm also getting this issue. There is another issue that is strange as well. I have a component that looks like this:
Where the attribute
|
I also encountered this problem |
Error is happening when I use certain Vuetify components with a v-for loop.
Ok:
<v-chip closable />
Error:
vscode:
build output:
example: https://stackblitz.com/edit/vitejs-vite-weuexn?file=package.json,src%2FApp.vue&terminal=build
The text was updated successfully, but these errors were encountered: