impaktapps-ui-builder 0.0.101-alpha.56 → 0.0.101-alpha.57

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.
@@ -8524,7 +8524,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
8524
8524
  const currentConfig = JSON.parse(sessionStorage.getItem("pageFormdata"));
8525
8525
  const path = (_a = store2.searchParams) == null ? void 0 : _a.get("path");
8526
8526
  const pathArrayAll = path.split(".");
8527
- pathArrayAll.reduce((elem, i) => {
8527
+ pathArrayAll.reduce((ongoingArray, elem, i) => {
8528
8528
  const currObj = _.get(currentConfig, elem);
8529
8529
  console.log("currObj>>", currObj, "index>>", i);
8530
8530
  }, currentConfig);