Esri / react-arcgis

A few components to help you get started using the ArcGIS API for JavaScript and esri-loader with React
Apache License 2.0
319 stars 79 forks source link

updated to esri-loader 2.14 #178

Closed gavinr closed 4 years ago

gavinr commented 4 years ago

Also updated to latest arcgis-js-api typings. .otherwise() was removed in 4.15 so I modified that to .catch() per https://developers.arcgis.com/javascript/latest/guide/release-notes/

image

norbertschuler commented 4 years ago

Also updated to latest arcgis-js-api typings. .otherwise() was removed in 4.15 so I modified that to .catch() per https://developers.arcgis.com/javascript/latest/guide/release-notes/

Took me quite some time today to find out the development branch of our project was broken since esri-loader was updated to version 2.14 and this project is not yet compatible with it. I am looking forward to watching this pull request getting merged.

lethalbrains commented 4 years ago

@tomwayson @gavinr We are also facing the same issue. I see that pull request has been merged but is there plan to release a version bump? If not, is the recommendation to use the older version?

gavinr commented 4 years ago

This was released in v5.1.0. @lethalbrains please test out this new version and let us know. Thanks!