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
I was building an external component to put in my main Form component.
It was not updateing the parent form. Turns out that was because I was wrapping it in a div, and probably react-final-form, does not look deeper than 1 level to see if there's a Field or FieldArray
Making an issue so other people might find it, but closing it immediatelly.
The text was updated successfully, but these errors were encountered:
I was building an external component to put in my main Form component.
It was not updateing the parent form. Turns out that was because I was wrapping it in a div, and probably react-final-form, does not look deeper than 1 level to see if there's a
Field
orFieldArray
Making an issue so other people might find it, but closing it immediatelly.
The text was updated successfully, but these errors were encountered: