@cashub/ui 0.19.7 → 0.19.8

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.
@@ -285,7 +285,7 @@ var Map = function Map(_ref4) {
285
285
  (0, _react.useEffect)(function () {
286
286
  if (map) {
287
287
  map.addListener('click', function (event) {
288
- handleChangeLatlng(event.latLng);
288
+ handleChangeLatlng(event.latLng.toJSON());
289
289
  });
290
290
  return function () {
291
291
  window.google.maps.event.clearListeners(map, 'click');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cashub/ui",
3
- "version": "0.19.7",
3
+ "version": "0.19.8",
4
4
  "private": false,
5
5
  "author": "CASHUB Team",
6
6
  "description": "CASHUB UI components library",