-
Notifications
You must be signed in to change notification settings - Fork 3k
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: 10622 bump onyx to 1.0.29 #12465
Fix: 10622 bump onyx to 1.0.29 #12465
Conversation
@christianwen |
@Santhosh-Sellavel done, thanks for highlighting |
@Santhosh-Sellavel I've checked all the boxes so I don't really know what was missed, do you have any idea what could be wrong? |
Try refilling the PR Description from here! https://raw.githubusercontent.com/Expensify/App/main/.github/PULL_REQUEST_TEMPLATE.md |
f389a08
to
7639851
Compare
it's all good now! @Santhosh-Sellavel |
Odd i wonder why santhosh wasn't added as the C+ reviewer. Adding him as reviewer. |
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.
Code LGTM. @Santhosh-Sellavel, will you be able to regression test this a little bit across devices?
Initially, the issue id was not linked properly, so it got missed out. |
@chiragsalian |
|
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.
Screenshots: #12465 (comment)
Checklist: #12465 (comment)
C+ Reviewed
🎀 👀 🎀
Looks good!
This one should have been No QA, right?
All you @puneetlath
Yeah no QA is fine. QA will do regression testing anyway. Also not sure why you tagged puneet here 😅 |
@puneetlath is CME for this issue #10622, missed review request due this mess up |
oh whoops, that's confusing. Well, adding puneet to review as well since he's the CME for this. |
11a9886
7639851
to
11a9886
Compare
@chiragsalian conflicts resolved, pls help give the review again |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@christianwen @Santhosh-Sellavel @chiragsalian @puneetlath Need some help with QA steps. What do we need to validate? |
Oh sorry there are no QA steps needed here. Just regular regression testing is enough. |
🚀 Deployed to staging by @puneetlath in version: 1.2.25-0 🚀
|
🚀 Deployed to production by @yuwenmemon in version: 1.2.25-0 🚀
|
Details
This react-native-onyx version bump will fix crash issue when activating metrics on web
Fixed Issues
$ #10622
#10622 (comment)
Tests
ONYX_METRICS=true
CAPTURE_METRICS=true
QA Steps
ONYX_METRICS=true
CAPTURE_METRICS=true
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Screenshots
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android