We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a5e9e commit a2e2715Copy full SHA for a2e2715
src/common/mapping/WebMapBase.js
@@ -88,6 +88,7 @@ export function createWebMapBaseExtending(SuperClass = Events, fireField = 'trig
88
this.webMapInfo = null;
89
} else if (mapId !== null && typeof mapId === 'object') {
90
this.webMapInfo = mapId;
91
+ this.mapId = '';
92
}
93
this.webMapService.setMapId(mapId);
94
if (!mapId) {
0 commit comments