Issue Description:
This issue appears in the ArcGIS JavaScript API version 4.30 related to the Editor widget during feature editing on a versioned service.
When using the Editor widget to create a new feature, after performing a startEditing on a version, the feature is added successfully on the map. However, after clicking the save button (and after applyEdits request), additional symbols from other layers incorrectly appear on the map, overlapping with the new feature's symbol. This visualization issue persists until stopEditing is executed.
Error Message:
Occasionally, but not always, the following error appears in the console:
saveWorkflow @ Editor.js:576 Uncaught (in promise) e {name: 'missing-parameters', details: undefined, message: 'CreateFeaturesWorkflow requires a view and creationInfo.'}
Version Affected:
This issue occurs only in version 4.30 of the ArcGIS JavaScript API. The same code works as expected in version 4.29, where the problem is not present. The problem persists using any browser.
Steps to Reproduce:
I have the same error in the Editor widget in ArcGIS JavaScript API 4.31
Did you solve it? the widget was working in version 4.30
Unfortunately no resolution yet.