You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support multiple dropdowns inside a single `<MegaMenu>`
6
+
7
+
### Changes
8
+
9
+
-[x] pair each `<MegaMenuDropdownToggle>` with its own `<MegaMenuDropdown>` by declaration order, instead of always resolving the first dropdown of the navbar
10
+
-[x] close the other dropdowns of a mega menu when one is opened
11
+
-[x] export `MegaMenuContext`, `useMegaMenuContext` and `MegaMenuContextValue`
12
+
-[x] stop calling hooks conditionally in `<MegaMenuDropdown>`
0 commit comments