<FieldScope />
Component to create a field scope: any useField(name) or useFieldArray(name) instances used inside of FieldScope will inherit this field's name as a parent.
See Field scoping for more information.
Props#
name#
The name of the field scope.
children#
Any React node.