Hi!
Reproduce steps: codepen:https://codepen.io/michaelk95/pen/abKoGxz
- A FeatureLayer displaying 40 graphics. Each 100ms a mocked update will be processed by ApplyEdits.
- Click some assets and wait for the popup > Each time (ms) the layer is updating the wrong popup is selected.
My assumption: Each time the layer is updated with applyEdits (updateFeatures), the index of a feature is changed in the background and a wrong asset is selected.
Can someone look into this? (It's quite a big issue with updating layers)
Thanks!