targetj 1.0.198 → 1.0.199

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.
@@ -204,7 +204,7 @@ var TargetExecutor = exports.TargetExecutor = /*#__PURE__*/function () {
204
204
  } else if (_typeof(newValue) === 'object' && newValue.mount === 'child') {
205
205
  var _child = new _TModel.TModel(key, newValue);
206
206
  tmodel.addChild(_child);
207
- TargetExecutor.assignSingleTarget(targetValue, _child, undefined, 0, newCycles, newInterval);
207
+ TargetExecutor.assignSingleTarget(targetValue, newValue, undefined, 0, newCycles, newInterval);
208
208
  } else if (_TargetParser.TargetParser.isFetchTarget(key, newValue)) {
209
209
  (0, _App.getLoader)().fetch(tmodel, newValue);
210
210
  TargetExecutor.assignSingleTarget(targetValue, newValue, undefined, 0, newCycles, newInterval);