Brendan

Results 15 comments of Brendan

Also ran into this error printout. Changing the source or layer id did not resolve. Moving ``` mapView.location.updateSettings { enabled = true pulsingEnabled = true } ``` to be after...

I am still seeing the issue with setting `iconAllowOverlap=true` on the `PointAnnotationGroup` and using `11.3.0-rc.1`

I am still seeing the issue with setting `iconIgnorePlacement = true` on the `PointAnnotationGroup` and using `11.3.0-rc.1`

@pengdev https://github.com/brendanw/MapboxMemLeak/tree/bw/pointAnnotationIssue ^^ Can reproduce the issue by running the code on the `pointAnnotationIssue` branch. Just need to populate `MAPBOX_SECRET_TOKEN` environment variable before running. I am reusing an older reproducer...

@pengdev I updated the reproduction code at https://github.com/brendanw/MapboxMemLeak/pull/2 to use `11.3.1` and the issue is still present. This is a pretty significant issue and there is another issue that is...

@pengdev I am an idiot. I have multiple PointAnnotationGroup's for the screen this is on and I neglected to add this field to one of those groups. Thanks for bearing...

Huge +1 from a mapbox customer who is all in on compose multiplatform

@dima-avdeev-jb @mazunin-v-jb I am seeing this on compose 1.6.1 -- this is a pretty serious regression. Is there an ETA for a fix?

@mazunin-v-jb I just tested `1.6.10-beta01` and still seeing the issue fwiw.

I am also seeing the same two issues as @robxyy on beta02