-
-
Notifications
You must be signed in to change notification settings - Fork 483
fix: prevent extra props from being passed to selected item display #1189
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
概览修复了 Select 组件在选项包含非标准属性时产生的 React 警告问题。调整了单项内容组件中 option.data 向 restProps 合并的逻辑,仅提取 className 和 style 属性,防止自定义属性被转发到 DOM 元素。 变更清单
序列图不适用。本次变更为简单属性合并逻辑调整和对应测试覆盖,无多组件交互流程变化。 代码审查工作量评估🎯 2 (简单) | ⏱️ ~8 分钟 相关 PR
建议审查者
庆祝诗句
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧬 Code graph analysis (1)src/SelectInput/Content/SingleContent.tsx (1)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary of ChangesHello @afc163, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request addresses an issue where the Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request effectively resolves an issue where extra props were being passed to the selected item display. The change in SingleContent.tsx is correct and targeted, preventing unintended attributes from being added to the DOM by being more explicit about which props are passed. The new test case in Select.test.tsx is a great addition that verifies the fix and prevents regressions. The changes are high-quality and I have no further suggestions.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1189 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 31 31
Lines 1216 1216
Branches 431 411 -20
=======================================
Hits 1209 1209
Misses 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
close ant-design/ant-design#55877
Summary by CodeRabbit
发布说明
✏️ Tip: You can customize this high-level summary in your review settings.