Hey! Digging the project so far! The API and code organization are great. Was wondering if exporting MapContext or a useMapContext hook would be inline with the API you want to support. I'm trying to use refs per the storybook examples, but find it a little clunky and unreliable for certain use cases. Particularly I want to author an Annotation component for custom images instead of using Marker and noticed Marker is consuming the map context instead of refs which feels like a nicer API for extending or building on top of mapkit-react.
Hey! Digging the project so far! The API and code organization are great. Was wondering if exporting
MapContextor auseMapContexthook would be inline with the API you want to support. I'm trying to use refs per the storybook examples, but find it a little clunky and unreliable for certain use cases. Particularly I want to author anAnnotationcomponent for custom images instead of usingMarkerand noticedMarkeris consuming the map context instead of refs which feels like a nicer API for extending or building on top ofmapkit-react.