-
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
[HOLD for payment 2024-04-05] Sign up - Hmmm its not here page is displayed for a moment on sign up #38826
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Triggered auto assignment to @deetergp ( |
@deetergp FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
We think that this bug might be related to #wave-collect - Release 1 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Members added and deleted offline are grayed out but strikethrough is not applied What is the root cause of that problem?Regression from #30269 After we sign in, App/src/pages/home/ReportScreen.tsx Line 538 in 08fca15
What changes do you think we should make in order to solve the problem?To correctly, we should get the current reportID from params to check, if it's
What alternative solutions did you explore? (Optional)NA |
I reported this bug in Slack here https://expensify.slack.com/archives/C049HHMV9SM/p1711123380240439. I can take over this as C+ if it's necessary. |
I think we just need to seperate !isloading to a seperate required conditional App/src/pages/home/ReportScreen.tsx Lines 528 to 540 in 08fca15
!isLoading && (!wasReportAccessibleRef.current &&
!firstRenderRef.current &&
!report.reportID &&
!isOptimisticDelete &&
!reportMetadata?.isLoadingInitialReportActions &&
!userLeavingStatus) ||
shouldHideReport ||
(!!reportIDFromRoute && !ReportUtils.isValidReportIDFromPath(reportIDFromRoute)), |
Tried this, doesn't appear to work. edit: it works, I just had to move the parens around a bit |
It should work with a slight variation Screen.Recording.2024-03-23.at.2.41.48.PM.mov |
exactly, got it. Putting up a PR now. @ishpaul777 you can review as C+ since this was a regression from Comment Linking. |
Sure! |
PR is ready: #38856 |
@roryabraham #38856 a regression of this PR Infinite loading if we enter a reportID that is one in this array
Screen.Recording.2024-03-25.at.16.49.40.movI think each wrap logic in As I mentioned in my proposal, the previous logic is added from this PR #33394, and we should bring this logic back. It can fix the current RCA and can prevent from causing other regressions. |
Verified this is fixed on staging, closing this out and checking it off on the checklist. @nkdengineer do you have a link to this new issue / regression you're alluding to? |
@roryabraham There is no new issue for that but it's a known issue here #32651 that is fixed. But after the PR here, it is back. |
It also causes this infinite loading issue #39090. We should use the old approach as suggested by @nkdengineer |
@roryabraham shall we reopen this one to fix the regression? |
regression should be fixed by #38955 merged recently Screen.Recording.2024-03-29.at.1.36.15.AM-1.mov |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.57-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 2024-04-05. 🎊 For reference, here are some details about the assignees on this issue:
|
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.56-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: N/A
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
Hmmm its not here page shouldn't be displayed momentarily
Actual Result:
Hmmm its not here page is displayed momentarily
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6423417_1711127371542.Screen_Recording_2024-03-22_at_8.06.33_in_the_evening.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: