<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#
nameThe name of the field scope.
#
childrenAny React node.