@openmrs/ngx-formentry 3.0.1-pre.100 → 3.0.1-pre.103

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.
@@ -2096,7 +2096,7 @@
2096
2096
  obs === null || obs === void 0 ? void 0 : obs.some(function (o) { var _a; return result = ((_a = o === null || o === void 0 ? void 0 : o.concept) === null || _a === void 0 ? void 0 : _a.uuid) === uuid ? o : findObs(o.children || [], uuid); });
2097
2097
  return result;
2098
2098
  };
2099
- return ((_a = findObs(rawEncounter.obs, uuid)) === null || _a === void 0 ? void 0 : _a.value) || alternateControl;
2099
+ return ((_a = findObs(rawEncounter === null || rawEncounter === void 0 ? void 0 : rawEncounter.obs, uuid)) === null || _a === void 0 ? void 0 : _a.value) || alternateControl;
2100
2100
  };
2101
2101
  Object.defineProperty(JsExpressionHelper.prototype, "helperFunctions", {
2102
2102
  get: function () {