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

fix(Ellipsis): Use React life cycle hooks to avoid render not correct in Suspense #6770

Merged
merged 3 commits into from
Oct 29, 2024

fix: useResizeEffect ref

c6cfeb5
Select commit
Loading
Failed to load commit list.
Merged

fix(Ellipsis): Use React life cycle hooks to avoid render not correct in Suspense #6770

fix: useResizeEffect ref
c6cfeb5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 29, 2024 in 1s

92.70% (target 70.00%)

View this Pull Request on Codecov

92.70% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 97.87234% with 2 lines in your changes missing coverage. Please review.

Project coverage is 92.70%. Comparing base (c4e181d) to head (c6cfeb5).

Files with missing lines Patch % Lines
src/components/ellipsis/useMeasure.tsx 97.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6770      +/-   ##
==========================================
- Coverage   92.74%   92.70%   -0.04%     
==========================================
  Files         334      335       +1     
  Lines        7204     7192      -12     
  Branches     1763     1801      +38     
==========================================
- Hits         6681     6667      -14     
- Misses        515      517       +2     
  Partials        8        8              

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