luna-one 3.1.362 → 3.1.363

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.
@@ -269,6 +269,7 @@ var NavBar = function NavBar(props) {
269
269
 
270
270
  var isCollapsed = (option === null || option === void 0 ? void 0 : (_option$links = option.links) === null || _option$links === void 0 ? void 0 : _option$links.length) > 4 ? true : false;
271
271
  return /*#__PURE__*/_react.default.createElement(_NavOption.default, {
272
+ key: option.text,
272
273
  displayIcons: displayIcons,
273
274
  option: option,
274
275
  menuBarTheme: menuBarTheme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.362",
3
+ "version": "3.1.363",
4
4
  "dependencies": {
5
5
  "@storybook/addon-knobs": "^6.3.1",
6
6
  "@testing-library/jest-dom": "^5.11.9",