vue-tsc type error using v-select templates and props
Using vue 3.4.31, vuetify 3.6.12, and vue-tsc 2.0.26. I’m trying to use a custom template with a v-select and when I build I get:
TS2339: vuetify v-select Property 'props' does not exist on type '{ item: ListItem<string>; index: number; }'.