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
There are still some users who have devices not on iOS v14+ which supports nullish coalescing operators which are being used in the plugin JS.
Would it be possible to support these?
For example dynamicmap.js Line 1310: this._cluster.algorithm ?? null
The text was updated successfully, but these errors were encountered:
There are still some users who have devices not on iOS v14+ which supports nullish coalescing operators which are being used in the plugin JS.
Would it be possible to support these?
For example dynamicmap.js Line 1310:
this._cluster.algorithm ?? null
The text was updated successfully, but these errors were encountered: