layer.applyEdits with deleteFeatures parameter causes error below with v4.20 of JavaScript API. Is there a solution for this, or will there be a fix soon? V4.19 works fine with the exact same code. Thanks.
Solved! Go to Solution.
Do you have a demo or some code to test against? This sample deletes features with no error.
https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=editing-applyedits
Do you have a demo or some code to test against? This sample deletes features with no error.
https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=editing-applyedits
Rene - thanks for your feedback. I'm not sure what changed (I didn't change code - famous last words, I know), but able to apply deleteFeatures successfully referencing v4.20 of the API. Wondering if esri fixed/updated. In any case, it's working for me now. Unfortunately, I don't know what the solution was.