Make sure composer doesn't render in loading state (null)#25957
Conversation
|
@jasperhuangg Please 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/VideosVideos below Web25957web.mp4Mobile Web - Chrome25957chrome.mp4Mobile Web - Safari25957safari.mp4Desktop25957desktop.mp4iOSAndroidAndroid does not like me |
|
I can handle this review @jasperhuangg |
…ons.js Co-authored-by: Vit Horacek <36083550+mountiny@users.noreply.github.com>
|
Same here! Thanks :) |
|
@mountiny feel free to merge if you think it's ready to go! |
|
✋ 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.58-0 🚀
|
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.58-5 🚀
|
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.59-0 🚀
|
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.59-5 🚀
|
Details
After a cleanup in the
ReportActionComposecomponent, a regression was introduced, where the composer would sometimes be in a contracted state and then with a jump suddenly expand. This was du to the fact, that the composer is now rendered in a child component that useswithOnyx. Some keys likenumberOfLinesaren't in the onyx state. Thus the component will be rendered in onyx "loading state", which means it will just rendernullinstead of the actual component.The fix was to apply
initWithStoredValues: falseto the offending keys.The PR that introduced the regression is this one:
Fixed Issues
$ https://expensify.slack.com/archives/C049HHMV9SM/p1692977320311239
$ https://expensify.slack.com/archives/C049HHMV9SM/p1692978278388569
PROPOSAL:
Tests
Offline tests
n/a
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Web
Screen.Recording.2023-08-25.at.18.36.25.mov
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-08-25.at.18.42.05.mp4
Android