-
Notifications
You must be signed in to change notification settings - Fork 2k
refactor: rewrite mergeRefs
in typescript
#20404
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
mergeRefs
in typescript
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20404 +/- ##
==========================================
+ Coverage 91.39% 91.80% +0.41%
==========================================
Files 485 479 -6
Lines 31370 32155 +785
Branches 5430 5506 +76
==========================================
+ Hits 28670 29520 +850
+ Misses 2547 2488 -59
+ Partials 153 147 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Looks good
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
149f0f2
Closes N/A
Rewrote
mergeRefs
in TypeScript.Changelog
New
mergeRefs
.Changed
mergeRefs
in TypeScript.Testing / Reviewing
Do we need both
useMergedRefs
andmergeRefs
, or should we keep only one?PR Checklist
As the author of this PR, before marking ready for review, confirm you:
Updated documentation and storybook examplesMore details can be found in the pull request guide