-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[NoQA] Perf/onyx upgrade use cache directly #23749
[NoQA] Perf/onyx upgrade use cache directly #23749
Conversation
…xpensify-app-fork into perf/onyx-upgrade-use-cache-directly
There is just one issue that I could find and that is a crash on mobile when sending messages. Fixing it tomorrow morning! |
Okay, so this PR is based on: In onyx 1.0.55 the issue has been introduced. Talking to @chrispader to fix it. |
The crash was caused by the update to [email protected] here: #23550 |
…e-use-cache-directly
Running another build for easier testing https://github.com/Expensify/App/actions/runs/5691969079 |
🧪🧪 Use the links below to test this build in android and iOS. Happy testing! 🧪🧪 |
@mollfpr are you able to do the checklist on this one with priority? |
Yup, handling it now. |
Reviewer Checklist
Screenshots/VideosWeb23749.Web.mp4Mobile Web - Chrome23749.mWeb-Chrome.mp4Mobile Web - Safari23749.mWeb-Safari.mp4Desktop23749.Desktop.mp4iOS23749.iOS.mp4Android23749.Android.mp4 |
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.
I don't see any regression while doing random testing and no crashes happen. I mainly tested the sending of a message. So LGTM 👍
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.
thanks @mollfpr yeah this is hard to test, lets keep an eye on staging for any issues
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.48-0 🚀
|
Was labeling this as No QA a bit... optimistic? 😄 It created this Deploy Blocker issue -> #23950 Should we revert it? Or are we looking into it? |
Looking into it! |
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.48-5 🚀
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.49-0 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.49-3 🚀
|
Details
Fixed Issues
$ #22644
PROPOSAL:
Tests
Offline tests
n/a
QA Steps
Same as testing
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting 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)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android