You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mapbox stops updating (calling func updateUIView()) when for any new added annotation when a Text("\(annotations.count)") is added above the MapView() call like bellow:
Hi @fabian-guerra!
Can you please clarify something:
Mapbox stops updating (calling
func updateUIView()
) when for any new added annotation when aText("\(annotations.count)")
is added above the MapView() call like bellow:Does this have to do with the SwiftUI propagation and new UI update pattern? Or am I doing something wrong?
Thanks for any insights (or for pointing out what I am doing wrong).
Best regards,
ps.: I commented this problem here #3 (comment)
The text was updated successfully, but these errors were encountered: