-
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 crash after clicking back button during manual bank account flow #14013
Conversation
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@puneetlath @Santhosh-Sellavel One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-01-06.at.6.00.01.PM.movMobile Web - ChromeScreen.Recording.2023-01-06.at.7.28.49.PM.movMobile Web - SafariSimulator.Screen.Recording.-.iPhone.14.-.2023-01-06.at.19.32.09.mp4DesktopScreen.Recording.2023-01-06.at.6.01.31.PM.moviOSSimulator.Screen.Recording.-.iPhone.14.-.2023-01-06.at.18.08.27.mp4AndroidScreen.Recording.2023-01-06.at.7.24.57.PM.mov |
@0xmiroslav @puneetlath |
@Santhosh-Sellavel I think it's issue with react-navigation or animation library which is out of scope for this issue. |
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.
@puneetlath LGTM, as well!
I agree with this, let's merge this one @puneetlath |
Just to make sure I understand. That warning also exists on main? Or only since this PR. |
Main. That warning is not consistently reproducible. |
Ok got it. I agree with merging then. Can one of you please report that warning in #expensify-bugs. |
Yes not consistently reproducible but I see the warning on main too! @puneetlath |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Reported here on slack |
🚀 Deployed to staging by @puneetlath in version: 1.2.50-0 🚀
|
🚀 Deployed to production by @Julesssss in version: 1.2.50-14 🚀
|
Details
In BaseTextInput, clearTimeout on componentWillUnmount
Fixed Issues
$ #13857
PROPOSAL: #13857 (comment)
Tests
Offline tests
Bank account flow is not available in offline mode
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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.Screenshots/Videos
Web
web.mov
Mobile Web - Chrome
mchrome.mp4
Mobile Web - Safari
msafari.mp4
Desktop
desktop.mov
iOS
ios.mp4
Android
android.mp4