-
-
Notifications
You must be signed in to change notification settings - Fork 314
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(Select): not render UI sometime #4798
Conversation
Reviewer's Guide by SourceryThis PR refactors the Select component to improve its data management and UI rendering reliability. The implementation replaces the direct data source management with a more efficient caching mechanism and streamlines the item selection logic. The changes also improve the search functionality and virtual scrolling implementation. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4798 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 620 620
Lines 27425 27415 -10
Branches 3925 3922 -3
=========================================
- Hits 27425 27415 -10 ☔ View full report in Codecov by Sentry. |
not render UI sometime
Summary of the changes (Less than 80 chars)
简单描述你更改了什么, 不超过80个字符;如果有关联 Issue 请在下方填写相关编号
Description
fixes #4765
Regression?
[If yes, specify the version the behavior has regressed from]
[是否影响老版本]
Risk
[Justify the selection above]
Verification
Packaging changes reviewed?
☑️ Self Check before Merge
Summary by Sourcery
Fix the rendering issue in the Select component by refactoring data handling and caching logic, and update unit tests to ensure correct behavior.
Bug Fixes:
Enhancements:
Tests: