@byteluck-fe/model-driven-engine 2.3.6 → 2.3.7
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/esm/common/Engine.js +1 -1
- package/dist/index.umd.js +4 -4
- package/package.json +2 -2
|
@@ -495,7 +495,7 @@ var Engine = /*#__PURE__*/ function(Watcher) {
|
|
|
495
495
|
}, {});
|
|
496
496
|
// @ts-ignore
|
|
497
497
|
var emptyState = this.getEmptyState(instance.id);
|
|
498
|
-
return newValue.map(function(row) {
|
|
498
|
+
return newValue === null || newValue === void 0 ? void 0 : newValue.map(function(row) {
|
|
499
499
|
return(// @ts-ignore
|
|
500
500
|
checkerSubtableValue(fieldTypeMap, row, emptyState));
|
|
501
501
|
});
|