TrackingContext
A utility React Context combining TrackerProviderContext and LocationProviderContext.
type TrackingContext = TrackerProviderContext & LocationProviderContext;
tip
Use the useTrackingContext consumer hook to easily retrieve this Context.
info
ObjectivProvider, Location Wrappers and Tracked Components, all can provide TrackingContext via render-props to their children.