Skip to content

Commit

Permalink
perf: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wanpan11 committed Feb 13, 2025
1 parent 869ad9f commit 3525cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SubMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const InternalSubMenu = React.forwardRef<HTMLLIElement, SubMenuProps>(
<i className={`${subMenuPrefixCls}-arrow`} />
</Icon>
),
[mode, mergedExpandIcon, open, subMenuPrefixCls],
[mode, mergedExpandIcon, props, open, subMenuPrefixCls],
);

// >>>>> Title
Expand Down

0 comments on commit 3525cb0

Please sign in to comment.