mobx-state-tree 7.3.0 → 7.3.1

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.
@@ -5318,7 +5318,7 @@ var MapIdentifierMode;
5318
5318
  var MSTMap = /** @class */ (function (_super) {
5319
5319
  __extends(MSTMap, _super);
5320
5320
  function MSTMap(initialData, name) {
5321
- return _super.call(this, initialData, mobx.observable.ref.enhancer, name) || this;
5321
+ return _super.call(this, initialData, function (v) { return v; }, name) || this;
5322
5322
  }
5323
5323
  Object.defineProperty(MSTMap.prototype, "get", {
5324
5324
  enumerable: false,