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.
package/dist/index.cjs CHANGED
@@ -1300,6 +1300,7 @@ var DataTableCell = function DataTableCell(_ref2) {
1300
1300
  };
1301
1301
 
1302
1302
  return /*#__PURE__*/React__default["default"].createElement("td", {
1303
+ key: column.id,
1303
1304
  className: column.id
1304
1305
  }, render(column.type));
1305
1306
  };