Open richardsimko opened 2 weeks ago
I don't get it. Isn't that a type error?
You're right, it does show up in the playground but not when running locally. I updated the issue with the new repro link.
I made a repro repo from using npm create vue@latest
: https://github.com/richardsimko/vue-bug
Running npm run type-check
only outputs the following error:
vuejs/language-tools#4539
Now it's back to not working in the playground either... Not sure what was going on before.
Vue version
3.5.12
Link to minimal reproduction
https://github.com/richardsimko/vue-bug
Steps to reproduce
Use a
<template>
element in av-for
Use an invalid value for
v-bind:key
Check out the example repo
Run
npm run type-check
What is expected?
Type error on the invalid property use in
v-bind:key
What is actually happening?
No error
System Info
No response
Any additional comments?
No response