You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the range slider initialize, it will check for limits on the ESRI layer. Do not throw error if the layer has no limits
range-slider.js:formatted:12945 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '0')
at range-slider.js:formatted:12945:73
at Array.filter (<anonymous>)
at range-slider.js:formatted:12945:47
Promise.all(e).then((e=>{
if (!1 !== (e = e.filter((t=>-1 !== t.limits[0])))[0]) {
this._config.limit.min = Math.min.apply(null, e.map((t=>t.limits)).flat()),
this._config.limit.max = Math.max.apply(null, e.map((t=>t.limits)).flat());
let n = [];
The text was updated successfully, but these errors were encountered:
When the range slider initialize, it will check for limits on the ESRI layer. Do not throw error if the layer has no limits
The text was updated successfully, but these errors were encountered: