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

Add TypeScript types for <Hyperlink> #3077

Merged
merged 3 commits into from
May 22, 2024

fix: use ComponentPropsWithRef since <Hyperlink> does accept a ref

c9c030d
Select commit
Loading
Failed to load commit list.
Merged

Add TypeScript types for <Hyperlink> #3077

fix: use ComponentPropsWithRef since <Hyperlink> does accept a ref
c9c030d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 21, 2024 in 0s

93.19% (+0.00%) compared to 9993fb3

View this Pull Request on Codecov

93.19% (+0.00%) compared to 9993fb3

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.19%. Comparing base (9993fb3) to head (c9c030d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3077   +/-   ##
=======================================
  Coverage   93.18%   93.19%           
=======================================
  Files         249      249           
  Lines        4342     4348    +6     
  Branches     1000     1000           
=======================================
+ Hits         4046     4052    +6     
  Misses        293      293           
  Partials        3        3           

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