Lasha Efremidze

Results 59 comments of Lasha Efremidze

Yes, I would appreciate any help.

I don't see any preconditions in the framework that could cause this. This is probably a MapKit exception.

``` import SwiftUI import MapKit struct MapView: UIViewRepresentable { let manager: ClusterManager func makeUIView(context: Context) -> MKMapView { MKMapView(frame: .zero) } func updateUIView(_ view: MKMapView, context: Context) { view.delegate =...

Hi, yes I'm planning on adding mapbox support. I'm breaking up the components of the framework currently to support it.

Check out the latest version (2.2.9). Let me know if it fixes the bug.

I'll try to reproduce. Do you have any reproduction steps?

I'm trying to reproduce using the example. Do you see it happening in the example? Does it only happen when combining different types of annotations?