DataContext.Context
Description
The main context for DataContext.Provider which the Field and Value components connect to (optional) for sources and callbacks when it is present. For custom field and value components, prefer useFieldProps, useValueProps or Form.useDataValue instead of consuming DataContext.Context directly. Direct reads from data or internalDataRef.current do not create a data subscription.