Open Mantic opened 7 years ago
The <Menu/> component has to use classes="e-right" in order for the menu items to render properly.
<Menu/>
classes="e-right"
Using the React 15+ recommendation of className="e-right" yields menu items that are floating instead of being displayed in a list.
className="e-right"
The
<Menu/>
component has to useclasses="e-right"
in order for the menu items to render properly.Using the React 15+ recommendation of
className="e-right"
yields menu items that are floating instead of being displayed in a list.