@doist/reactist 12.0.2 → 12.0.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.
@@ -3160,7 +3160,8 @@ const MenuContext = /*#__PURE__*/React.createContext( // Ariakit gives us no mea
3160
3160
  {});
3161
3161
  /**
3162
3162
  * Wrapper component to control a menu. It does not render anything, only providing the state
3163
- * management for the menu components inside it.
3163
+ * management for the menu components inside it. Note that if you are relying on the `[role='menu']`
3164
+ * attribute to style the menu list, it is applied a `menubar` role instead in Safari.
3164
3165
  */
3165
3166
 
3166
3167
  function Menu(_ref) {