Open mocdaniel opened 1 year ago
Same issue here!
Bump! Same issue here.
Would like to add that this is supposed to be valid according to the Anatomy
My use-case: I want to display server errors in this Component
This is still an issue, would be great if this is fixed, thank you!
Bug report
Current Behavior
According to the Form documentation I should be able to use a
<Form.Message>
outside of a wrapping<Form.Field>
as long as I wire them up explicitly using thename
prop.However, this doesn't work and results in below error when using with NextJS 13.4.10:
Expected behavior
I would like to be able to use
<Form.Message>
outside of a<Form.Field>
as mentioned in the docs.Reproducible example
Suggested solution
It would be nice to have the component acting as described in the docs.
Your environment