Deividas Bakanas
Deividas Bakanas
Submit component is rendered out of the form before form is mounted. If Submit component is unmounted before Form is mounted error is raised.  Error reproduction: https://codesandbox.io/s/yjq0mm6m11 Click `Toggle...
If form contains a set of Fields with a prop `initialValue` and without a prop `value` and a single `Hidden` component with all required props `defaultValue`, `initialValue` and `value`, Hidden...
If you have a set of `FieldsArray`s rendered and you remove one, form stays pristine.
FieldGroup with a prop `destroyOnUnmount={false}` throws an unexpected error:  Issue reproduction: https://codesandbox.io/s/6xmzoo05xr Press `Toggle` button two times (perform unmount and mount) to get the error.
`Submit` component is rendered out of form before form is mounted. If form is mounted this error is raised.  Error reproduction: https://codesandbox.io/s/6wm6x6w2rn. Press Toggle button (form mount is performed)...