ywana-core8 0.0.216 → 0.0.217

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/index.umd.js CHANGED
@@ -1592,7 +1592,10 @@
1592
1592
  return field.column === true;
1593
1593
  });
1594
1594
  return fields.map(function (field) {
1595
- return /*#__PURE__*/React__default["default"].createElement("td", null, value[field.id]);
1595
+ return /*#__PURE__*/React__default["default"].createElement("td", {
1596
+ key: column.id,
1597
+ className: "entity-cell " + column.id
1598
+ }, value[field.id]);
1596
1599
  });
1597
1600
  };
1598
1601
  /**