[Bug]: useForwardProps
, useForwardPropsEmits
should accept reactive props
#623
Labels
bug
Something isn't working
Environment
Link to minimal reproduction
https://stackblitz.com/edit/hzbqdk?file=src%2FApp.vue
Steps to reproduce
Describe the bug
To prevent class duplication in
cn
function or$attrs
object andtailwind-merge
I useddelegatedProps
to omit class from the rest of props withcomputed
But using
delegatedProps
inforwardedProps
composable is not working as exceptedIt should accept these types
MaybeRefOrGetter
Expected behavior
No response
Context & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: