-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Fix the native link renderer #10503
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 the native link renderer #10503
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
56a78f7
to
d42b51b
Compare
Awaiting review. |
The changes look fine, @parasharrajat did you face this problem that desktop App didn't build for you? I can see CONST.js is outdated compared to main.
|
I did, I reported this issue https://expensify.slack.com/archives/C01GTK53T8Q/p1661361515615089. |
Are you not able to build even after taking the latest pull from |
Also, do I need to worry about these issues #9739 (comment)? Separate GH issues have been created for those but asking as they may be popped up after my changes. |
The changes look fine and tests work.
Can you clarify what you mean here? Are you saying these bugs didn't exist earlier and they do now with the last PR changes? |
I noticed those issues only on the previous PR so I thought to bring those up here. I will check those in the previous commits. |
Ok, so I tested the last commit before the first PR was merged, and I can confirm that those issues were still present. for example. |
@parasharrajat Have you synced the branch with the latest |
Updated. |
🎀 👀 🎀
|
@parasharrajat - Your checklist in the PR body was using an older version. Please make sure to use the one in the PR checklist and not an older version or the test will fail. I've updated it to the one we use on |
Thanks, @AndrewGable, I will keep an eye on this. |
@marcaaron Quick bump on this one. |
@marcaaron looks like this was merged without passing tests. Please add a note explaining why this was done and remove the |
Not emergency - related to checklist checker failing. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Cherry-picked to staging by @francoisl in version: 1.2.0-3 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. Note: we had a conflict on the |
🚀 Deployed to staging by @marcaaron in version: 1.2.1-0 🚀
|
Details
href
the attribute.Fixed Issues
$ #10431
$ #9739
Tests
Note: Clicking on the internal links does not open them internally on storyBook. This is known and not a bug.
PR Review Checklist
Contributor (PR Author) Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
displayName
propertythis
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)PR Reviewer Checklist
The Contributor+ will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
displayName
propertythis
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)QA Steps
Note: Clicking on the internal links does not open them internally on the storyBook server. This is known and not a bug.
Screenshots
Web
screen-2022-08-24_23.54.56.mp4
Mobile Web
Screenrecorder-2022-08-25-00-31-29-186.0.mp4
Desktop
iOS
screen-2022-08-24_22.42.33.mp4
Android
screen-2022-08-25_00.42.31.mp4