Closed
Description
Vue version
3.3.2
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-nwkbil?file=src/components/ListGeneric.vue
Steps to reproduce
Steps to reproduce
- Open a new Terminal after successful setup of dependencies
- type and run
npm run typecheck
into the terminal - See an error in
ListGeneric.vue
file
What is expected?
There is no error occurred
What is actually happening?
TS error
TS2345: Argument of type '{ sameModel: string; }' is not assignable to parameter of type 'InferDefaults<DefineProps<{ modelValue: T; sameModel?: T | undefined; }>>'.
System Info
No response
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
No labels