@janiscommerce/ui-web 0.34.0 → 0.35.0
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.
- package/CHANGELOG.md +6 -0
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +3 -0
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -16039,6 +16039,9 @@
|
|
|
16039
16039
|
var delayedInfoWindowHover = debounce(function () {
|
|
16040
16040
|
if (!mouseOverInfoWindow) closeInfoWindow();
|
|
16041
16041
|
}, 100);
|
|
16042
|
+
React.useEffect(function () {
|
|
16043
|
+
setMarker(markerData);
|
|
16044
|
+
}, [markerData]);
|
|
16042
16045
|
|
|
16043
16046
|
var updateMarker = function updateMarker() {
|
|
16044
16047
|
var newData = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|