Steps to reproduce in app:
https://maps.cookcountyil.gov/recyclingviewer/
https://maps.cookcountyil.gov/sectionmonuments/
Solved! Go to Solution.
Instant apps uses the components in the ArcGIS Maps SDK for JavaScript so yes it may have been resolved by a fix in the component.
hi @KellyHutchins,
I just retested this on three separate browsers; Chrome, Edge, & FireFox, and I too am unable to reproduce the error. After inspecting the code it looks like role has been updated in the div tag, see below. Is there a way for you verify if an internal team fixed this issue?
<div tabindex="0" role="figure" aria-label="Recycling Rate Trend" style="position: absolute; pointer-events: none; top: -2px; left: -2px; width: 348px; height: 159px;"></div>
There was a release of the ArcGIS Maps SDK for JavaScript in February that may have resolved this issue.
https://developers.arcgis.com/javascript/latest/
Do you know when you found the problem originally? If it was before Feb then perhaps it was addressed in the latest update.
3 Weeks ago on 2/25/2026.
To be clear, some fix in the ArcGIS Maps SDK for JavaScript release may have fixed one of the components in the instant app?
Instant apps uses the components in the ArcGIS Maps SDK for JavaScript so yes it may have been resolved by a fix in the component.