TS error on component when "v-bind=$attrs" and generic are used together
Vue version
3.3.4
Link to minimal reproduction
Steps to reproduce
- Use v-bind="$attrs" to extend third-party components in custom components.
- Using generic in a custom component causes Ts errors when the parent component passes props. 3.The parent component passes props normally when generic is not used.
What is expected?
The feature of "v-bind=$attrs" works just as normal as without generic
What is actually happening?
TS error on component when "v-bind=$attrs" and generic are used together
System Info
package version:
vue@3.3.4
typescript@5.0.4
Any additional comments?
No response