If there are lots of markers on the map component, sometimes when you scroll around the map some of markers are disappear.
Only way to solve this is to force re-render the map again (via setData()) even there’s no change in data. The way I did that is re-render the map via _bindregionchange _of map component itself, but performance degrades.
Do you think this is a bug of map component? or we need to re-render periodically? If so what’s the best strategy to re-render map component?
PS. I use core library version 1.5.2.