Skip to content
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

perf: 优化 config provider context 频繁触发渲染问题 #8196

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

feix760
Copy link
Contributor

@feix760 feix760 commented Feb 29, 2024

ProConfigContext 每次渲染都会因为 children 改变会发生重置,导致表格等组件的 cell 进行无效的渲染

Copy link

github-actions bot commented Feb 29, 2024

😭 Deploy PR Preview failed.

Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.56%. Comparing base (68b8afe) to head (a2dccec).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8196   +/-   ##
=======================================
  Coverage   97.56%   97.56%           
=======================================
  Files         301      301           
  Lines        9471     9474    +3     
  Branches     3511     3511           
=======================================
+ Hits         9240     9243    +3     
  Misses        213      213           
  Partials       18       18           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chenshuai2144 chenshuai2144 merged commit 7644209 into ant-design:master Mar 4, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants