@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/README.md +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -20,7 +20,7 @@ This distinction is important as different hooks/functions are used in each case
|
|
20
20
|
1. Install the beta version of our package from npm:
|
21
21
|
|
22
22
|
```
|
23
|
-
npm i @rebuy/rebuy-hydrogen@3.0.0-beta.
|
23
|
+
npm i @rebuy/rebuy-hydrogen@3.0.0-beta.13
|
24
24
|
```
|
25
25
|
|
26
26
|
Package URL: [https://www.npmjs.com/package/@rebuy/rebuy-hydrogen](https://www.npmjs.com/package/@rebuy/rebuy-hydrogen)
|
package/dist/index.js
CHANGED
@@ -3027,7 +3027,7 @@ var RebuyWidget = (props) => {
|
|
3027
3027
|
);
|
3028
3028
|
}
|
3029
3029
|
} catch (e) {
|
3030
|
-
console.error(`Error fetching products for widget ID ${widgetId}
|
3030
|
+
console.error(`Error fetching products for widget ID ${widgetId}`, e);
|
3031
3031
|
if (isMounted) {
|
3032
3032
|
setProducts([]);
|
3033
3033
|
setError(e instanceof Error ? e.message : "Failed to load products.");
|