Bug: type inference for components is not on par with defineComponent
#2332
Labels
bug
Something isn't working
defineComponent
#2332
Describe the bug
This is likely a duplicate of #972 but I'm not 100% sure so thought I would raise separately. Please feel free to close if it doesn't add anything separately.
To Reproduce
https://stackblitz.com/edit/stackblitz-starters-qp1pxh
Expected behavior
I expect the
$data
type to be inferred based on the provided object. If wrapped indefineComponent
this issue is worked around.related downstream issue: formkit/formkit#1194
The text was updated successfully, but these errors were encountered: