You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, sorry but I guess the new version broke the new FormGroup. When using it, you get a h is not defined error.
I also have some type errors while trying to use it exactly like in the docs (saying that the name prop is required on the <UInput> even though I added it to the <UFormGroup>.
Hey there, sorry but I guess the new version broke the new
FormGroup
. When using it, you get ah
is not defined error.I also have some type errors while trying to use it exactly like in the docs (saying that the
name
prop is required on the<UInput>
even though I added it to the<UFormGroup>
.By checking the source, I guess it's because the
h
method is not imported from vue.https://github.com/nuxtlabs/ui/blob/dev/src/runtime/components/forms/FormGroup.ts#L1
I can create a PR if that helps.
Version
@nuxthq/ui: v2.2.0
nuxt: v3.5.1
Reproduction Link
https://stackblitz.com/edit/github-iksfny
Steps to reproduce
Just install @nuxthq/ui and use the
<UFormGroup>
componentWhat is Expected?
No errors
What is actually happening?
Error
The text was updated successfully, but these errors were encountered: