@ikas/storefront 0.0.29 → 0.0.30

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/build/index.es.js CHANGED
@@ -23422,7 +23422,7 @@ var Page$1 = function (_a) {
23422
23422
  }, []);
23423
23423
  useEffect(function () {
23424
23424
  setPropValues(IkasPageDataProvider.initPropValues(propValuesStr, router, isBrowser));
23425
- }, [isBrowser]);
23425
+ }, [isBrowser, propValuesStr]);
23426
23426
  handleGTM(page, pageSpecificDataStr);
23427
23427
  return (createElement(IkasPage, { page: page, propValues: propValues, pageSpecificDataStr: pageSpecificDataStr }));
23428
23428
  };
package/build/index.js CHANGED
@@ -23406,7 +23406,7 @@ var Page$1 = function (_a) {
23406
23406
  }, []);
23407
23407
  React.useEffect(function () {
23408
23408
  setPropValues(IkasPageDataProvider.initPropValues(propValuesStr, router$1, isBrowser));
23409
- }, [isBrowser]);
23409
+ }, [isBrowser, propValuesStr]);
23410
23410
  handleGTM(page, pageSpecificDataStr);
23411
23411
  return (React.createElement(IkasPage, { page: page, propValues: propValues, pageSpecificDataStr: pageSpecificDataStr }));
23412
23412
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",