Refactor/16140 migrate deeplinkwrapper to function#24090
Conversation
|
@robertjchen 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] |
| children: PropTypes.node.isRequired, | ||
| }; | ||
|
|
||
| class DeeplinkWrapper extends PureComponent { |
There was a problem hiding this comment.
We can use memo equivalent to PureComponent
There was a problem hiding this comment.
we don't need memo here
There was a problem hiding this comment.
I thought no need at first. But this actually includes entire app views as children.
So still you persist no performance optimization here?
There was a problem hiding this comment.
I am also fine no memo usage but let's just guarantee that this won't cause any performance regressions.
There was a problem hiding this comment.
No, it shouldn't. I've checked both implementations but I noticed no difference. And memo uses shallow comparison so it won't work for props.children and will always cause a rerender.
|
Can you please link issues correctly not to break automation? |
|
Author checklist failing. FYI: new checklist item is added recently
|
situchan
left a comment
There was a problem hiding this comment.
Code looks good.
@robertjchen I see you started checklist. Will you go ahead or leave it to me?
|
@situchan Please proceed with the checklist, thank you! |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-08-07.at.10.57.19.PM.movMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
|
@robertjchen all yours |
situchan
left a comment
There was a problem hiding this comment.
commenting to re-trigger actions
situchan
left a comment
There was a problem hiding this comment.
not sure why checklist failing
|
Gotcha. @robertjchen can you please remove your checklist? It seems like yours is first detected as Reviewer Checklist. |
robertjchen
left a comment
There was a problem hiding this comment.
Thanks for the tests, this looks good to me as well
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
marcaaron
left a comment
There was a problem hiding this comment.
Woops I think this was supposed to be assigned to me as I was managing the issue. Thanks for the review though @robertjchen 🙇
|
🚀 Deployed to staging by https://github.com/robertjchen in version: 1.3.52-0 🚀
|
|
🚀 Deployed to staging by https://github.com/robertjchen in version: 1.3.52-0 🚀
|
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.52-5 🚀
|
Details
Fixed Issues
$ #16140
$ #16139
PROPOSAL: N/A
Tests
Offline tests
N/A
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)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
(commenting out the first condition in the useEffect)
Screen.Recording.2023-08-03.at.12.25.53.mp4
Mobile Web - Chrome
N/A
Mobile Web - Safari
N/A
Desktop
N/A
iOS
N/A
Android
N/A