@cashub/ui 0.25.2 → 0.25.3

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 +1 -1
  2. package/package.json +1 -1
package/map/GoogleMap.js CHANGED
@@ -198,7 +198,7 @@ const Map = _ref2 => {
198
198
  window.google.maps.event.clearListeners(map, 'click');
199
199
  };
200
200
  }
201
- }, [map, options, locations, bounds, defaultPosition, position]);
201
+ }, [map, options, locations, bounds, defaultPosition, position, geoFence, geoFenceOptions.latitude, geoFenceOptions.longitude]);
202
202
 
203
203
  // render marker cluster
204
204
  (0, _react.useEffect)(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cashub/ui",
3
- "version": "0.25.2",
3
+ "version": "0.25.3",
4
4
  "private": false,
5
5
  "author": "CasHUB Team",
6
6
  "description": "CasHUB UI components library",