Hi,
I'm implementing the sketch view model in order to simplify the drawing part of the application, and I wonder why is the symbol being highlighted during the drawing? I don't see anything like that in the 2D map.
I've setup the codepen
https://codepen.io/vajnorcan/pen/KKKwoZx
Once it loads, just click the button and click and drag the mouse. You can see that the symbol is being highlighted, even though the default symbol doesn't have any halo around it (see the default symbols for the sketch view model SketchViewModel | ArcGIS API for JavaScript 4.12 )
How can I prevent the SketchViewModel features to be highlighted? Is that a bug or a feature?
Thank you