-
-
Notifications
You must be signed in to change notification settings - Fork 50k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: TreeSelect treeNodeLabelProp should only work on values #25755
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit ba2b280:
|
Codecov Report
@@ Coverage Diff @@
## master #25755 +/- ##
=======================================
Coverage 99.51% 99.51%
=======================================
Files 369 369
Lines 7197 7197
Branches 1966 2014 +48
=======================================
Hits 7162 7162
Misses 35 35 Continue to review full report at Codecov.
|
@@ -141,7 +141,7 @@ | |||
"rc-textarea": "~0.3.0", | |||
"rc-tooltip": "~4.2.0", | |||
"rc-tree": "~3.6.0", | |||
"rc-tree-select": "~4.0.2", | |||
"rc-tree-select": "~4.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bundle size 提高了 9KB,排查一下重复依赖。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rc-tree
的版本问题,在 feature branch 已经提上来了。下个 minor 就好了。
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
fix #23079
💡 Background and solution
📝 Changelog
treeNodeLabelProp
affect tree node render result.treeNodeLabelProp
会影响树节点展示内容的问题。☑️ Self Check before Merge