Skip to main content

Variable: GeoVisContext

const GeoVisContext: Context<GeoVisContextValue | null>

Defined in: react/contexts.ts:48

Context exposing the active GeoVis runtime, spec, and patch dispatcher.

Remarks

Lives in a dedicated module (separate from GeoVisProvider) so that hooks such as useMapData can consume it without creating a circular dependency with the provider, which in turn imports hover-tracking helpers from ./hooks.