grep-components 1.15.0-grepf-1792.2 → 1.15.0-grepf-1792.3

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.js CHANGED
@@ -22001,7 +22001,7 @@ var MobileAppBar = function (_a) {
22001
22001
  React.createElement(MoreVert, { sx: { color: 'white' } })),
22002
22002
  React.createElement(Menu, { id: "basic-menu", anchorEl: anchorElMenu, open: openMenu, onClose: handleCloseMenu, MenuListProps: {
22003
22003
  'aria-labelledby': 'basic-button',
22004
- } }, userMenuItems.map(function (i, index) { return (React.createElement(React.Fragment, null,
22004
+ } }, userMenuItems.map(function (i, index) { return (React.createElement(Box, { key: i.id },
22005
22005
  React.createElement(MenuItem, { key: i.id, onClick: function () {
22006
22006
  handleCloseMenu();
22007
22007
  i.action();
@@ -22046,7 +22046,7 @@ var AppBar = function (_a) {
22046
22046
  vertical: 'top',
22047
22047
  horizontal: 'center',
22048
22048
  } }, userMenuItems.map(function (i, index) {
22049
- return (React.createElement(React.Fragment, null,
22049
+ return (React.createElement(Box, { key: i.id },
22050
22050
  React.createElement(MenuItem$1, { key: i.id, onClick: function () {
22051
22051
  setUserMenuAnchor(null);
22052
22052
  i.action();