-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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-08-08] Dev: Web - Console log error when trying to unlink secondary contact method #22923
Comments
Triggered auto assignment to @sophiepintoraetz ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Console warning appears when the unlinking page appears after we login with a secondary login What is the root cause of that problem?We are not sending What changes do you think we should make in order to solve the problem?We should add welcomeText = isSmallScreenWidth ? translate('welcomeText.welcomeBack') : ''; below the What alternative solutions did you explore? (Optional)Since, we are showing const shouldShowWelcomeText = shouldShowLoginForm || shouldShowPasswordForm || shouldShowValidateCodeForm || isUnvalidatedSecondaryLogin || shouldShowEmailDeliveryFailurePage; Since, we are setting |
ProposalPlease re-state the problem that we are trying to solve in this issue.A console error appears when trying to unlink the secondary contact method What is the root cause of that problem?When we login with the secondary contact method that is not verified, App/src/pages/signin/SignInPage.js Lines 155 to 162 in b9508b6
and because we don't set fault value for App/src/pages/signin/SignInPage.js Lines 128 to 129 in b9508b6
While App/src/pages/signin/SignInPage.js Line 173 in b9508b6
What changes do you think we should make in order to solve the problem?We should set default value for
App/src/pages/signin/SignInPage.js Lines 155 to 162 in b9508b6
What alternative solutions did you explore? (Optional) |
@sophiepintoraetz Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Triggered auto assignment to @MonilBhavsar ( |
Hey @MonilBhavsar - assigning you to help with reproducing the console error - as it's in a DEV environment. |
Bump for @MonilBhavsar |
Sorry, I'm able to reproduce the issue. Looking if it's a regression, so we can ask author to fix it. |
Commented on the PR. Looks like we missed this during Migration from class component to functional component, and is a minor change. Would just push a quick fix and request review from author. |
Reporting offer sent - only payment due here seeing as Monil took the fix internally 🙏 |
Accepted the offer. Thank you. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.48-5 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-08-08. 🎊 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.
As a reminder, here are the bonuses/penalties that should be applied for any External 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:
|
Payments done! |
@sophiepintoraetz sorry for late. C+ payment is pending here |
Reopening to pay c+ |
I see that we have an internal discussion on the best way to pay @0xmiroslav - given that we cannot pay another account |
Discussed internally that we cannot pay another account other than to @0xmiroslav - I've sent an offer here! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
There shouldn't be any console log error
Actual Result:
Console log error displayed (ailed prop type: The prop
welcomeText
is marked as required inSignInPageContent
, but its value isundefined
.)Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: Dev 1.3.40-5
Reproducible in staging?: n/a
Reproducible in production?: n/a
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
Notes/Photos/Videos: Any additional supporting documentation
Screencast.from.2023-07-14.15-18-03.mp4
Expensify/Expensify Issue URL:
Issue reported by: React JS Developer | Software QA Analyst | GH: @Natnael-Guchima
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1689337434182419
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: