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.umd.js CHANGED
@@ -1297,6 +1297,7 @@
1297
1297
  };
1298
1298
 
1299
1299
  return /*#__PURE__*/React__default["default"].createElement("td", {
1300
+ key: column.id,
1300
1301
  className: column.id
1301
1302
  }, render(column.type));
1302
1303
  };