fix: menu theme not work at overflowmenu

pull/3341/head
tanjinzhou 2020-12-09 15:34:25 +08:00
parent 4ea00d3a70
commit 10f35a1fa5
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ const SubPopupMenu = {
forceSubMenuRender: PropTypes.looseBool.def(false), forceSubMenuRender: PropTypes.looseBool.def(false),
parentUniKeys: PropTypes.array.def(() => []), parentUniKeys: PropTypes.array.def(() => []),
parentUniKey: PropTypes.string, parentUniKey: PropTypes.string,
theme: PropTypes.string,
}, },
{ {
prefixCls: 'rc-menu', prefixCls: 'rc-menu',