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.