My issue stems around polygons on a feature layer. I switched to a feature layer from graphic layer because I wanted the baked in labels. I am creating an angular app and the map I am working on displays a circle (polygon) with a line that shows the radius (in miles). I got the line and label showing up decently well, circles over 500 miles the line isn't exactly in the middle, but I assume that is a geodesic vs map projection issue and the distortion of that conversion.
My problem is, my polygon circle is filled with a transparent color 0.2 transparency, with a solid color border around it. When zooming in on the circle, the transparency is all over the place, if I had to guess it ranges from 0.2 to maybe 0.8 or 0.9. Having the circle nearly opaque is a deal breaker and I would prefer that circle remain transparent at the same level all the way through.
I did notice the UID on the poly changes on every zoom, but I assume this is not unusual. I have tried implementing my own color on zoom using renderer color stops, but that doesn't fix the problem at all.
I have also noticed the performance compared to graphic layer isn't great, the line and label doesn't always fully render on zoom