The refresh rate of temporary sketch graphics appear to be significantly slower in 4.29 JS API compared to 4.26. Basically, the temporary sketch graphics takes time to "catch up" to the mouse between each vertex click, when sketching a polyline or polygon. Compared to 4.29, the temporary sketch graphics are smooth in 4.26. To demonstrate this, here are two examples:
Example 1 Using SketchViewModel: Replace "4.29" with "4.26" in lines 11 and 12, click on the top-right "Refresh" button, and then perform some polyline and polygon drawings to compare:
https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=sketch-viewmodel-styler
Example 2 Using Sketch: Same as Example 1, but edit lines 8 and 9:
https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=sketch-geometries
I tested this in the latest Chrome browser, on a Windows PC that has a 13th gen Intel i9 CPU. The same issue also applies to the Draw class, from my observations so far. We would like to know if there is a workaround, in order to complete custom application updates to 4.29 JS API.