I've recently upgraded to ArcGIS JS API version 4.32. After the update I've noticed that some of the geometry operators now return true curves.
For example the `minimumBoundingCircleOperator` now returns a polygon with curved rings. This is breaking my logic as I was previously using the centroid and extent of the polygon which now showing as null in the geometry.
Is there a way of flagging that I want to produce normal geometries? Currently I can't see much guidance of how to work with curved rings etc.