@ikas/storefront 0.1.22-alpha.6 → 0.1.22-alpha.7
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 +0 -1
- package/build/index.js +0 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -45612,7 +45612,6 @@ var IkasPage = observer(function (_a) {
|
|
|
45612
45612
|
}, []);
|
|
45613
45613
|
useEffect(function () {
|
|
45614
45614
|
var handleRouteChange = function () {
|
|
45615
|
-
console.log("route change");
|
|
45616
45615
|
//@ts-ignore
|
|
45617
45616
|
IkasStorefrontConfig.store.customerStore.routeChangeInit();
|
|
45618
45617
|
};
|
package/build/index.js
CHANGED
|
@@ -45591,7 +45591,6 @@ var IkasPage = mobxReactLite.observer(function (_a) {
|
|
|
45591
45591
|
}, []);
|
|
45592
45592
|
React.useEffect(function () {
|
|
45593
45593
|
var handleRouteChange = function () {
|
|
45594
|
-
console.log("route change");
|
|
45595
45594
|
//@ts-ignore
|
|
45596
45595
|
IkasStorefrontConfig.store.customerStore.routeChangeInit();
|
|
45597
45596
|
};
|