@deck.gl/arcgis works with esri-loader@<=2.14.x but not [email protected].
"resolutions: {"esri-loader": "2.14.0"} to package.jsonLooks like accessor.properties is undefined with the latest ArcGIS release:
Thank you. I had just started having problems with this and I was blaming it on NPM caching/stale packages but then it started becoming clear that there is a version problem. I'll find out.
Update: I checked in a temporary workaround:
loadArcGISModules([...], {version: '4.15'})
Most helpful comment
Thank you. I had just started having problems with this and I was blaming it on NPM caching/stale packages but then it started becoming clear that there is a version problem. I'll find out.