OneContextProvider function provides a mutable context to its component fields with change detection.
The props object containing the following properties:
The context value to be provided to child components. Default value is set to DEFAULT_VALUE.
The child components to be wrapped by the context provider.
OneContextProvider function provides a mutable context to its component fields with change detection.