Closed as not planned
Description
Vue version
3.5.3
Link to minimal reproduction
Steps to reproduce
1 - Create a script setup component with a generic
2 - Use it in another component in option api with defineComponent
What is expected?
No error
What is actually happening?
"No overload matches this call." error on defineComponent method and component typescript inference is broken.
System Info
No response
Any additional comments?
No response