-
Notifications
You must be signed in to change notification settings - Fork 390
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
feat: allow comment prop on react Trans component #1718
feat: allow comment prop on react Trans component #1718
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1718 +/- ##
=======================================
Coverage 76.01% 76.01%
=======================================
Files 79 79
Lines 2039 2039
Branches 524 524
=======================================
Hits 1550 1550
Misses 376 376
Partials 113 113
☔ View full report in Codecov by Sentry. |
Please add a separate test case for that. This will ensure it will not break in future or someone will not change this functionality. |
@thekip where would you like me to add a test for this? |
@j4hr3n i've just checked, there is already a test for comment in Trans component. So just ignore my previous comment. |
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.
@j4hr3n thank you!
Tested by publishing to Verdaccio and installing in a project of mine. Worked like a charm. The React Trans tests even use comment in
jsx-without-macros.js
.Description
Types of changes
Fixes # (issue)
#1713
Checklist