Closed matteoscaramuzza closed 3 weeks ago
Rolling back to v2.0.29 fixes the problem
Duplicate of #4948
Duplicate of #4948
Sorry @KazariEX, I've searched for this issue only in still open issues. I've should have searched also in the closed ones.
Thank you!
Vue - Official extension or vue-tsc version
2.1.8
VSCode version
using WebStorm 2024.2.4
Vue version
3.5.12
TypeScript version
5.6.3
System Info
package.json dependencies
No response
Steps to reproduce
Installing the latest version of vue-tsc and using a v-for is not setting the correct type to the looped item:
Causing the called methods that accepts the correctly type object to break:
What is expected?
In the example, it's expected for
header
to be of typeITableHeader
What is actually happening?
In the example,
header
is not of typeITableHeader
but has all its propertiesLink to minimal reproduction
No response
Any additional comments?
No response