-
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
[HOLD for payment 2023-11-07] [HOLD for payment 2023-11-06] [$500] Contact methods - Fix the errors CTA in Add new contact method page crashes the app #30510
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @Li357 ( |
ProblemIssue: The "Add new contact" (CTA) in the "Add new contact method" page is causing the app to crash. Root CauseThe root cause of the issue is related to the ChangesThere are two possible solutions to address this issue: Temporary SolutionA temporary solution would be to pass the ref={loginInputRef} Instead of: ref={(el) => (loginInputRef.current = el)} This temporary solution can be applied quickly to prevent the app from crashing. Alternative SolutionAn alternative solution would involve modifying the ref: typeof newRef === 'function' ? (node) => {
newRef(node);
const inputRef = createRef();
inputRef.current = node;
inputRefs.current[inputID] = inputRef;
} : newRef, With these changes, the Please note that the alternative solution might require more changes but could be a more robust and long-term fix for this issue. |
cc @luacmartins I think we should accept both object or function (alternative solution). |
Agreed that it should accept both. |
@ishpaul777 are you available to work on the alternate solution fix in the next few minutes? |
yes i am available |
Triggered auto assignment to @maddylewis ( |
This comment was marked as off-topic.
This comment was marked as off-topic.
It's yours! Please tag me for review |
Job added to Upwork: https://www.upwork.com/jobs/~0131fa74ee0414e807 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @abdulrahuman5196 ( |
Fix is being CPed. Keeping this issue open to process payment. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.92-4 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-11-06. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
I didn't review the PR actually. It was reviewed internally. |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.93-1 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-11-07. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
This comment was marked as off-topic.
This comment was marked as off-topic.
Just pending payment |
Payments
@luacmartins - does that look right to you? i couldn't see when the contributor was hired / if anyone is eligible for urgency bonus. |
offers sent ($500 via Upwork) |
paid |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.3.92.0
Reproducible in staging?: y
Reproducible in production?: n
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Issue found when executing PR #29869
Note: Crash is reproducible on Android and iOS app.
On web and desktop, console error shows up.
Action Performed:
Expected Result:
App does not crash.
Actual Result:
App crashes.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Android: Native
Bug6253053_1698397438060.Screen_Recording_20231027_102606_One_UI_Home.mp4
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: