@vtx/components 4.0.0-beta.33 → 4.0.0-beta.34

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.
@@ -53,7 +53,7 @@ var renderColumnButtons = function renderColumnButtons(_ref) {
53
53
  var confirm = popconfirm.confirm,
54
54
  rest = _objectWithoutProperties(popconfirm, _excluded);
55
55
  return {
56
- key: item.name,
56
+ key: index,
57
57
  label: /*#__PURE__*/_jsx(Popconfirm, _objectSpread(_objectSpread({
58
58
  trigger: ['hover'],
59
59
  onConfirm: confirm ? function () {
@@ -65,7 +65,7 @@ var renderColumnButtons = function renderColumnButtons(_ref) {
65
65
  };
66
66
  }
67
67
  return {
68
- key: item.name,
68
+ key: index,
69
69
  label: item.name
70
70
  };
71
71
  })) || [],
@@ -59,7 +59,7 @@ var renderColumnButtons = function renderColumnButtons(_ref) {
59
59
  var confirm = popconfirm.confirm,
60
60
  rest = _objectWithoutProperties(popconfirm, _excluded);
61
61
  return {
62
- key: item.name,
62
+ key: index,
63
63
  label: /*#__PURE__*/(0, _jsxRuntime.jsx)(_antd.Popconfirm, _objectSpread(_objectSpread({
64
64
  trigger: ['hover'],
65
65
  onConfirm: confirm ? function () {
@@ -71,7 +71,7 @@ var renderColumnButtons = function renderColumnButtons(_ref) {
71
71
  };
72
72
  }
73
73
  return {
74
- key: item.name,
74
+ key: index,
75
75
  label: item.name
76
76
  };
77
77
  })) || [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtx/components",
3
- "version": "4.0.0-beta.33",
3
+ "version": "4.0.0-beta.34",
4
4
  "description": "React components for Vortex",
5
5
  "keywords": [
6
6
  "react",