BaseFieldGroup creates a [new object](https://github.com/environment-agency-austria/react-ocean-forms/blob/2.2.0/src/components/FieldGroup/FieldGroup.tsx#L112-L119) in the [render](https://github.com/environment-agency-austria/react-ocean-forms/blob/2.2.0/src/components/FieldGroup/FieldGroup.tsx#L249) method, which updates FormContext consumers every time. ```javascript const p = {x: 2, y: 3} Object.is({...p}, {...p}) // false ``` More infos in the [Context API](https://reactjs.org/docs/context.html#caveats). Maybe [issue 57](https://github.com/environment-agency-austria/react-ocean-forms/issues/57) also relates to this issue.
BaseFieldGroup creates a new object in the render method, which updates FormContext consumers every time.
More infos in the Context API.
Maybe issue 57 also relates to this issue.