@mw-kit/mw-ui 1.7.99 → 1.7.100

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.
@@ -19514,7 +19514,7 @@ var Tabs$1 = function Tabs$1(props) {
19514
19514
  };
19515
19515
 
19516
19516
  return React__default.createElement(Provider, Object.assign({
19517
- key: index,
19517
+ key: tab.key !== undefined ? tab.key : index,
19518
19518
  label: tab.label,
19519
19519
  data: tab.data,
19520
19520
  setTab: setTab