I get an error while using normal html tags inside <Menu>:
React does not recognize the eventKey prop on a DOM element.....
React does not recognize the warnKey prop on a DOM element.....
Easy reproduce
Funny but when you use React component it doens't have that problem, this doesn't throw anything:
const Comp = () = <div />
<Menu>
<Comp />
</Menu>

I get an error while using normal html tags inside
<Menu>:React does not recognize the
eventKeyprop on a DOM element.....React does not recognize the
warnKeyprop on a DOM element.....Easy reproduce
Funny but when you use React component it doens't have that problem, this doesn't throw anything: