tabexseriescomponents 0.0.576 → 0.0.577
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.cjs.js +1 -0
- package/dist/index.esm.js +1 -0
- package/dist/index.umd.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -14783,6 +14783,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
14783
14783
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
14784
14784
|
_useState8[0];
|
|
14785
14785
|
var setCurrentPageId = _useState8[1];
|
|
14786
|
+
var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
|
|
14786
14787
|
// useEffect(() => {
|
|
14787
14788
|
// const query = new URLSearchParams(uselocation.search);
|
|
14788
14789
|
// var issuccess = query.get('status');
|
package/dist/index.esm.js
CHANGED
|
@@ -14734,6 +14734,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
14734
14734
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
14735
14735
|
_useState8[0];
|
|
14736
14736
|
var setCurrentPageId = _useState8[1];
|
|
14737
|
+
var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
|
|
14737
14738
|
// useEffect(() => {
|
|
14738
14739
|
// const query = new URLSearchParams(uselocation.search);
|
|
14739
14740
|
// var issuccess = query.get('status');
|
package/dist/index.umd.js
CHANGED
|
@@ -14607,6 +14607,7 @@
|
|
|
14607
14607
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
14608
14608
|
_useState8[0];
|
|
14609
14609
|
var setCurrentPageId = _useState8[1];
|
|
14610
|
+
var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
|
|
14610
14611
|
// useEffect(() => {
|
|
14611
14612
|
// const query = new URLSearchParams(uselocation.search);
|
|
14612
14613
|
// var issuccess = query.get('status');
|