cwsiteplan
cwsiteplan
i think i have a similar issue. the clusterItem is depending on state that is updated but using the clustering we're not able to specify a `key` like in the...
i created a sample for my case here: https://github.com/googlemaps/android-maps-compose/compare/main...cwsiteplan:android-maps-compose:bug/cluster-item-update i do have a mutable state that holds the ID of the selected marker. but the `clusterItemContent` does not get recomposed,...
Can we get an ETA of a potential fix? @kikoso
seems 4.4.0 is fixing this issue for me.
any update here? seems that any child composables of the map are being recomposed regardless of their state
any chance we can resolve that problem? still happening for me with 2.3.0 and kotlin 2.2.21
actually, i decided to remove the nullable annotation inside the typealias and make it explicit on call-site - seems anyways the better convention - so not an issue for me...