@thefittingroom/shop-ui 3.0.0-alpha-7.2 → 3.0.0-alpha-7.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.
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * thefittingroom v3.0.0-alpha-7.2 (2025-04-18T19:12:27.394Z)
2
+ * thefittingroom v3.0.0-alpha-7.3 (2025-04-18T19:15:52.176Z)
3
3
  * Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
4
4
  */
5
5
  function loadImageRecursive(imageURL, imageURLs) {
@@ -28118,7 +28118,7 @@ class FittingRoom {
28118
28118
  }
28119
28119
  async onTryOnClick(styleId, sizeId, shouldDisplay = true) {
28120
28120
  if (!this.vtoComponent)
28121
- return console.error('VtoComponent is not initialized');
28121
+ return console.error('VtoComponent is not initialized. Please check if the vtoMainDivId is correct.');
28122
28122
  const frames = await this.shop.tryOn(styleId, sizeId);
28123
28123
  if (shouldDisplay) {
28124
28124
  try {