|
POST
|
The error signature looks more related to a compiler issue than an application life-cycle error, for example there aren't any null or undefined values. I talked to one of my vector tile layer colleagues and they hadn't seen that error before. Can you share a github link to a simple repository that reproduces the issue? Oftentimes going through the exercise of creating a simple repro helps uncover the underlying issue. Without a repro case there's not much more we can do, there are too many variables and permutations of dependencies.
... View more
05-27-2022
12:14 PM
|
0
|
1
|
1706
|
|
POST
|
@FunkMonkey33 It might be a transpiler issue - take a look at the browserslistrc in our Angular sample => https://github.com/Esri/jsapi-resources/blob/master/esm-samples/jsapi-angular-cli/.browserslistrc.
... View more
05-27-2022
07:50 AM
|
0
|
0
|
1747
|
|
POST
|
@DylanKennardnode 16 shouldn't be causing that error - on the surface it looks like a transpiler issue. If you can provide a simple github repo that reproduces the error we'll take a look.
... View more
05-26-2022
07:55 AM
|
0
|
0
|
3337
|
|
POST
|
Hi @MichaelLev for node projects also take a look at ArcGIS REST JS => https://developers.arcgis.com/arcgis-rest-js/layers/query-a-feature-layer-sql/ and here's the API reference: https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-feature-service/queryFeatures.
... View more
05-26-2022
07:42 AM
|
2
|
0
|
1312
|
|
POST
|
Hi@JackFairfield, this is a framework configuration issue, I didn't see any ArcGIS JS API bug. It's common for the browserslist to be tweaked for performance and appropriate transpiling based on the system requirements of any dependencies. Note, we dropped IE 11 and Edge Legacy support back in December 2020 at 4.18 - more details here: https://developers.arcgis.com/javascript/latest/4.18/#end-of-ie11edge-legacy-support. Our latest System Requirements are described here: https://developers.arcgis.com/javascript/latest/system-requirements/.
... View more
04-29-2022
12:08 PM
|
0
|
0
|
3436
|
|
POST
|
Hi @JakeMatthys In general, iOS and Safari are more prone to memory crashes than Android and Chrome. Do you have a simple sample or basic github repo that reproduces the issue? If we can take a look, we might be able to make some suggestions.
... View more
04-27-2022
05:58 PM
|
1
|
0
|
923
|
|
POST
|
Hi @KrishnakanthYachareni correct I don't think that will work, here is the documentation: https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html#content. Since the Popup content is created on-the-fly, I wouldn't expect the Angular component code to run correctly since it's occurring outside of the Angular component life-cycle. I'm not sure how this works in Ivy, you used to use the EventManager approach to run outside of NgZone. https://angular.io/api/platform-browser/EventManager.
... View more
04-26-2022
12:43 PM
|
0
|
0
|
1027
|
|
POST
|
Hi @FabianHanggi sorry for the delay, this seems to be an issue with the browserslist. No clue why React uses those default params. I used the following settings and it built and ran on my machine: "browserslist": {
"production": [
"last 1 chrome version",
"last 1 firefox version",
"last 2 safari major versions",
"last 2 edge major versions",
"last 2 iOS major versions",
"Firefox ESR"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 2 safari major versions",
"last 2 edge major versions",
"last 2 iOS major versions",
"Firefox ESR" ]
}
... View more
04-21-2022
02:46 PM
|
1
|
3
|
3475
|
|
POST
|
Hi@mursalahmed if you are starting a new project with React and using local builds, then we recommend using our ES modules (@arcgis/core) instead of the AMD modules that are injected using the esri-loader library. Here is an example repository: https://github.com/Esri/jsapi-resources/tree/master/esm-samples/jsapi-create-react-app. You can learn more about the differences between the modules here: https://developers.arcgis.com/javascript/latest/tooling-intro/.
... View more
04-20-2022
01:30 PM
|
0
|
0
|
1396
|
|
POST
|
Hi @orahlagi one suggestion is to use the ArcGIS JS API code from this sample: https://developers.arcgis.com/javascript/latest/sample-code/widgets-feature-sidepanel/. If you need a test repo for experimenting, here is an Angular 13 app where you can add the widget code to try it out: https://github.com/Esri/jsapi-resources/tree/master/esm-samples/jsapi-angular-cli.
... View more
04-18-2022
09:55 AM
|
1
|
0
|
796
|
|
POST
|
Hi @arahman_mdmajid since you can't share the layers, the best approach is to open a support ticket. Tech Support can do a deep dive investigation to document the issue and try to recreate it.
... View more
04-12-2022
09:31 AM
|
0
|
0
|
3624
|
|
POST
|
This post is a duplicate. Please direct comments/questions to the other thread => https://community.esri.com/t5/arcgis-api-for-javascript-questions/map-lagging-on-drag-and-drop-movement/m-p/1162995#M76973.
... View more
04-11-2022
02:56 PM
|
1
|
0
|
1340
|
|
POST
|
@arahman_mdmajidplease provide a simple codepen, github or stackblitz that we can use to test/reproduce your issue. I suspect the original reported issue was not related to Angular. [Updated} Duplicate posting: https://community.esri.com/t5/arcgis-api-for-javascript-questions/basemap-pan-and-zoom-lagging-jittery/m-p/1162985#M76972.
... View more
04-11-2022
02:45 PM
|
0
|
2
|
3647
|
|
POST
|
@FabianHanggican you provide a github repository that reproduces the issue? If you don't want to share it publicly you can direct message me with a link. Also, if you haven't had a chance yet, be sure to take a look at the 4.23 release notes in the breaking changes section: https://developers.arcgis.com/javascript/latest/release-notes/#breaking-changes.
... View more
04-08-2022
10:02 AM
|
1
|
5
|
3582
|
|
POST
|
@RichardReinickecheck out the Managing Assets Locally doc here: https://developers.arcgis.com/javascript/latest/es-modules/#managing-assets-locally. You can copy the assets from anywhere and you can manually configure the path used by the API for consuming assets. Take a look at that and see if it meets your requirements.
... View more
04-01-2022
08:01 AM
|
0
|
0
|
1511
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 08-01-2025 06:20 AM | |
| 1 | 05-27-2025 12:39 PM | |
| 1 | 04-23-2025 06:56 AM | |
| 1 | 04-23-2025 07:09 AM | |
| 1 | 04-08-2025 09:05 AM |
| Online Status |
Offline
|
| Date Last Visited |
12-05-2025
07:24 AM
|