Hi, noticed that the hitTest on MapView fails to return some geometries, even though it is very clear they should be hit.
I modified Esri sample and introduced a "problematic" geometry on this codepen, this also happens when the features are being loaded from the server:
https://codepen.io/Lucas-Bertoni-the-decoder/pen/jOQWQeV?editors=1000
Here is a video demonstrating/explaining the issue:
https://drive.google.com/file/d/1t4C_QmrEp2z8VrnpRG2rVpKiEfVY7T_o/view?usp=sharing
Has anyone else ever faced such an issue? Why does that happen and how to workaround it?
Thanks.