Hi all,
I'm upgrading ArcGis from 4.29 to 4.30 and I'm having some issues with clustering/featureReduction. It looks like the cluster_count property is not correct.
Each time I'm updating graphic_A via applyEdits (random time, random generated OBJECTID), it looks like when zooming out the cluster count is different (differs from 1 to 2)
Action 1: Added GRAPHIC_A with some attrs

Action 2: When zooming in or out. The cluster count is 2 (but there's only one graphic added to the map).

This functionality works on ArcGis 4.29. So I assume this is a BUG
Codepen to reproduce: (4.30)
https://codepen.io/michaelk95/pen/LYKYqvV?editors=1000
Working on 4.29:
https://codepen.io/michaelk95/pen/JjQpqyP?editors=1000
Thanks in advance!
Gr