@rebuy/rebuy-hydrogen 3.0.0-beta.12 → 3.0.0-beta.13

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/index.mjs CHANGED
@@ -2979,7 +2979,7 @@ var RebuyWidget = (props) => {
2979
2979
  );
2980
2980
  }
2981
2981
  } catch (e) {
2982
- console.error(`Error fetching products for widget ID ${widgetId}:`, e);
2982
+ console.error(`Error fetching products for widget ID ${widgetId}`, e);
2983
2983
  if (isMounted) {
2984
2984
  setProducts([]);
2985
2985
  setError(e instanceof Error ? e.message : "Failed to load products.");