ywana-core8 0.0.149 → 0.0.150

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.
@@ -1091,7 +1091,9 @@ var DataTable = function DataTable(props) {
1091
1091
  sortable = _ref.sortable;
1092
1092
  return /*#__PURE__*/React.createElement("th", null, id === "checked" ? /*#__PURE__*/React.createElement(CheckBox, {
1093
1093
  onChange: checkAll
1094
- }) : /*#__PURE__*/React.createElement(Text, null, label), sortable ? /*#__PURE__*/React.createElement(Icon, {
1094
+ }) : /*#__PURE__*/React.createElement(Text, {
1095
+ key: "th_" + id
1096
+ }, label), sortable ? /*#__PURE__*/React.createElement(Icon, {
1095
1097
  icon: "arrow_up",
1096
1098
  size: "small",
1097
1099
  clickable: true