Hello,
I am developing a custom widget using the experience builder developer edition. In my implementation I want to run an interpolation analysis. Following the example shown here I have to import from @esri/arcgis-rest-request (for example I have to import Job, JOB_STATUSES and ArcGISIdentityManager)
My problem is that the latest version of the Experience Builder tool ships with @esri/arcgis-rest-request v3.5 which only exports requests and not Job, JOB_STATUSES or ArcGISIdentityManager. Is there a way that I update the version in the client. I tried 'npm update @esri/arcgis-rest-request' but the problem persists.
Any suggestions would be greatly appreciated!
Thanks,
Dimitris