dataflux 1.17.4 → 1.17.5

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.
package/dist/Model.js CHANGED
@@ -281,7 +281,7 @@ var Model = exports["default"] = /*#__PURE__*/_createClass(function Model(name)
281
281
  if (json && _typeof(json) === "object") {
282
282
  for (var _i = 0, _Object$values = Object.values(json); _i < _Object$values.length; _i++) {
283
283
  var obj = _Object$values[_i];
284
- if (_typeof(obj) === "object") {
284
+ if (obj && _typeof(obj) === "object") {
285
285
  _classPrivateFieldGet(_removeHiddenFields, _this).call(_this, obj);
286
286
  }
287
287
  }