I'm trying to implement a table with dynamic slot names that are based on the column names, but I am faced with an issue with types in the v-for loop inside the template. For some reason the result type of the value is inferred as never, but if we do the same in the typescript we get a different type. Looks like it's an issue in the template type inferring.
Link to repro
I'm trying to implement a table with dynamic slot names that are based on the column names, but I am faced with an issue with types in the
v-forloop inside the template. For some reason the result type of the value is inferred asnever, but if we do the same in the typescript we get a different type. Looks like it's an issue in the template type inferring.Link to repro