@redneckz/wildless-cms-uni-blocks 0.14.571 → 0.14.572

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.
@@ -5440,7 +5440,6 @@
5440
5440
  useEffect(() => {
5441
5441
  if (map.current) {
5442
5442
  renderClusterer({ yandexMaps, map: map.current, points, isLoad });
5443
- map.current.setCenter(getCenterPoint(points));
5444
5443
  }
5445
5444
  else {
5446
5445
  yandexMaps?.ready(() => {
@@ -6683,7 +6682,7 @@
6683
6682
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6684
6683
  });
6685
6684
 
6686
- const packageVersion = "0.14.570";
6685
+ const packageVersion = "0.14.571";
6687
6686
 
6688
6687
  exports.Blocks = Blocks;
6689
6688
  exports.ContentPage = ContentPage;