ywana-core8 0.0.147 → 0.0.148

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.
@@ -1293,6 +1293,7 @@ var DataTableCell = function DataTableCell(_ref2) {
1293
1293
  };
1294
1294
 
1295
1295
  return /*#__PURE__*/React.createElement("td", {
1296
+ key: column.id,
1296
1297
  className: column.id
1297
1298
  }, render(column.type));
1298
1299
  };