Select to view content in your preferred language

Redraw artifacts when dragging/resizing MapView graphics

68
0
yesterday
darren-sitetech
New Contributor

Screenshot of artifacts 

I am using:

"@arcgis/core": "^4.32.10",
"@arcgis/map-components": "^4.32.14",
in a React 19 application using Chrome 138.0.7204.102 or later on MacOS 15.5.  I am experiencing redraw artifacts when dragging or resizing graphics that have been added to MapView.
 
The steps I have taken to try and isolate the root cause:

1. Bumped version to 4.33 of arcgis
2. Removed as much custom code as possible to reduce how we add and select graphics to "standard implementation"
3. Tested with only a single graphic
4. Ensured "symbol instance sharing" was not occurring and added ".clone()" when necessary
5. Avoid mutating event.graphic.geometry after adding to layer
6. Checked for unnecessary re-renders in the React parts of the components
7. Disabled hardware acceleration (this does not work since WebGL2 becomes disabled)
8. Tried on alternative browsers (Safari, Firefox)
 
Assistance would be appreciated.  Not sure if is my implementation or a known issue.  The code is private but I will try to reproduce it with generic code if possible.
0 Kudos
0 Replies