map-gl-offline 0.8.6 → 0.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -11382,7 +11382,7 @@
11382
11382
  try {
11383
11383
  const { loadStyleById } = await Promise.resolve().then(function () { return styleService; });
11384
11384
  const styleEntry = await loadStyleById(region.styleId);
11385
- accessToken = styleEntry?.accessToken;
11385
+ accessToken = styleEntry?.accessToken ?? undefined;
11386
11386
  }
11387
11387
  catch {
11388
11388
  panelLogger.warn('Could not retrieve access token from stored style');