Results 7 comments of nbabel

@andygup I just downloaded this repo to create an example for you and I can't recreate the error. So it must be something specific to my app. I edited the...

I was able to recreate the problem at the api level. The issue is when you reorder layers within a subgroup (group within a group). Here is a pen that...

Thanks @ekenes I just did a fresh npm install with "@arcgis/core": "^4.18.0" and it did not fix the issue. Is there an incremental release I should update to or will...

Thanks @odoe, but what is @next? I'm not familiar with that.

This worked at 4.16 and 4.17 using the arcgis webpack plugin. Any reason it wouldn't work now with 4.18 and @arcgis/core?

Adding `symbol: new SimpleFillSymbol(...)` does resolve the error. Not sure why I'm just now coming across this error. Maybe something in the imports between the ArcGIS Webpack plugin and the...