if (rootInstance[rootProp] !== undefined) {
      // we need to unlink the current value
      let curLeaf = this._getData(leafModel, rootInstance[rootProp]);
      watcher.watchModel(curLeaf, leafModel);