react-component/menu

rootPrefixCls missing default value "rc-menu"

gnoyixiang opened this issue · 1 comments

The classname for MenuItem is showing "undefined-item" probably because rootPrefixCls was not passed the default value "rc-menu". Kindly look into it.

image

Dropdown里面的菜单用div包一下试试

<Dropdown overlay={<div>{menu}</div>}>
   ...
</Dropdown>