I am running into a problem simply adding the Print map component, which results in an error. Network traffic shows successful calls to the print service, returning valid info. However, I can't get around the UI error. All console warnings and errors have been cleared, so there are no other clues. I'm using multiple other components just fine. This is a React 19 app using 4.32.13 map components.
<arcgis-map
id="mapEl"
className="map-container"
>
<arcgis-print
printServiceUrl="https://gis.acme.com/rest/services/Print/GPServer/Export%20Web%20Map"
></arcgis-print>
<arcgis-zoom position="bottom-left"></arcgis-zoom>
</arcgis-map>
