We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.5.12
https://github.com/richardsimko/vue-bug
Use a <template> element in a v-for
<template>
v-for
Use an invalid value for v-bind:key
v-bind:key
Check out the example repo
Run npm run type-check
npm run type-check
Type error on the invalid property use in v-bind:key
No error
No response
The text was updated successfully, but these errors were encountered:
I don't get it. Isn't that a type error?
Sorry, something went wrong.
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
npm create vue@latest
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.
https://play.vuejs.org/#eNp9ks1OwzAQhF9l8aUgmZRSfqtQCRAScAAESBwwQiHdhIBjW7ZTiqK8OxuHtoBQc8rujDffTlyzY2OiaYVsxGKX2sJ4cOgrAzJR+ZFg3gk2FqoojbYearCYQQOZ1SX06FhPKKFSrZyH0uVw1OrrvXOUUsODtnKy1ttYWlBiicq7zherqnxB+/g0Xn8ccNjmMOSww2GXwx6HfQ4HHA45DLaewoi43/ERDRUeSyMTj1QBxK+DcV0HgqaJ+1SFbqFM5WG6WeoJStqFdMGgH8RgmA8hT6YtOb4BoVALVjoxesfPpRhlWkcviQ25AD2xoY//EVsM01H0f6D+KhindCmYrMijN6cV/YI6oLFUl6aQaK+NLyg4wUYQlFZLKNqPy9DztkI+76evmL7/039zs7Yn2I1Fh3aKgi00n9gcfSef3V3hjN4XIqVWSXKvEG/RaVm1jJ3tpFITwv7hC7QX4fIUKr93ZzOPys2XakFbZxP8gtGFOl2x+hJ3GO2Ec0I1lOLzFG07kwIcRrvRYJs1X2Cu7Sw=
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: