@cashub/ui 0.19.5 → 0.19.6

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.
Files changed (2) hide show
  1. package/map/GoogleMap.js +3 -0
  2. package/package.json +1 -1
package/map/GoogleMap.js CHANGED
@@ -371,6 +371,9 @@ var Map = function Map(_ref3) {
371
371
  return function () {
372
372
  popup.setMap(null);
373
373
  markerClusterer.setMap(null);
374
+ markers.forEach(function (marker) {
375
+ marker.setMap(null);
376
+ });
374
377
  };
375
378
  }
376
379
  }, [map, locations, checkPrimaryLocation, customPopup]); // geofencing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cashub/ui",
3
- "version": "0.19.5",
3
+ "version": "0.19.6",
4
4
  "private": false,
5
5
  "author": "CASHUB Team",
6
6
  "description": "CASHUB UI components library",