Andy
Andy
Hi @stacy-rendall I'm going to close this out. If you are still experiencing this issue please provide a reproducible code example and we'll take another look at it.
Hi @vm-pa it looks like your first time opening a github issue. My recommendation is to open an issue over on the community site: https://community.esri.com/t5/arcgis-api-for-javascript-questions/bd-p/arcgis-api-for-javascript-questions. That is the best place...
@Kunal1985 after taking a second look at my stack trace above, if you are having similar errors it looks like TypeScript definition mis-matching within certain Class constructors. I'll check with...
@Kunal1985 reference: https://github.com/Esri/jsapi-resources/issues/77#issuecomment-312085747. I was able to make the following quick/rough changes and got the app running. It had a few other minor TypeScript errors that didn't seem to affect...
Good suggestion, if there's a way to make it the default with an option to use old style script loading might be better. `preload` is not supported in IE11 or...
@ketan-voda I have a few thoughts: * Option A - Here's another issue thread that discusses a similar problem and potential ~~hack~~ resolution: https://github.com/Esri/esri-loader/issues/148#issuecomment-588593770 * Option B is to test...
Hi @StreetStrider the short answer is no, there aren't any guaranteed client-side workarounds for this issue. We don't have any plans to change the behavior in the AMD CDN build....
> But it seemes that this is not the only place that creates script elements, there's another place inside modules that comes from arcgis itself. Right, you could potentially monkey...
@midhungopipk we don't support using the ArcGIS API for JavaScript with react native. If you do some internet searching you can find some unsupported examples.
I completely agree! We use the same pattern here: https://github.com/Esri/angular-cli-esri-map/blob/master/src/app/esri-map/esri-map.component.ts#L86