@sproutsocial/seeds-react-menu 1.8.1 → 1.8.4

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
@@ -492,6 +492,7 @@ var MenuItem = ({
492
492
  ref: innerRef
493
493
  }),
494
494
  as: isListbox ? void 0 : href ? "a" : "button",
495
+ type: href ? void 0 : "button",
495
496
  href,
496
497
  children,
497
498
  tabIndex: -1,