@vtx/map 1.0.6 → 1.0.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.
@@ -3155,7 +3155,7 @@ var BaiduMap = function (_React$Component) {
3155
3155
  if (t.moveToTimer) {
3156
3156
  clearInterval(t.moveToTimer);
3157
3157
  }
3158
- window.VtxMap[t.state.mapId] = null;
3158
+ window.VtxMap && (window.VtxMap[t.state.mapId] = null);
3159
3159
  }
3160
3160
  }]);
3161
3161
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtx/map",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "@vtx/map",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {