Hello all,
In previous editions of Experience Builder, inside /client/types there was a definitions file for the JSAPI, arcgis-js-api.d.ts. However, I notice that in 1.12, the file is missing, and so when I try to import Graphic from esri/Graphic, my IDE gives me an error.
Was this something that changed between the release of 1.10 and 1.12? 1.11 has the file. I looked over the changelog and didn't see anything about it, but it might just be my eyes glazed over the actual note. If this is intentional, then how should I be importing Graphic, Point, and other JSAPI components into Experience Builder to cut down on the errors?