-
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
[CP Staging]fix: crash app when entering mention. #44168
Conversation
@hoangzinh 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/VideosAndroid: NativeScreen.Recording.2024-06-21.at.22.54.31.android.movAndroid: mWeb ChromeScreen.Recording.2024-06-21.at.22.52.52.android.chrome.moviOS: NativeScreen.Recording.2024-06-21.at.22.55.38.ios.moviOS: mWeb SafariScreen.Recording.2024-06-21.at.22.56.26.ios.safari.movMacOS: Chrome / SafariScreen.Recording.2024-06-21.at.22.48.08.web.movMacOS: DesktopScreen.Recording.2024-06-21.at.22.51.17.desktop.mov |
Tests well, report mentions are broken, but they are in main as well, so not related to this PR. Thanks! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
[CP Staging]fix: crash app when entering mention. (cherry picked from commit 0d147a4)
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 9.0.0-9 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 9.0.0-9 🚀
|
I understand this was a CP'd to fix a deploy blocker, but why did we not create an upstream PR in https://github.com/Expensify/react-native-live-markdown? |
@roryabraham We decided to create a patch first. The context here #44085 (comment). |
I should have created a follow up PR/issue, sorry about that. |
no worries, upstream PR was merged |
Details
Crash app when entering mention
Fixed Issues
$ #44085
PROPOSAL: #44085 (comment)
Tests
Offline tests
Same as above
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2024-06-21.at.21.54.04.mov
Android: mWeb Chrome
Screen.Recording.2024-06-21.at.21.53.22.mov
iOS: Native
Screen.Recording.2024-06-21.at.22.02.11.mov
iOS: mWeb Safari
Screen.Recording.2024-06-21.at.21.54.21.mov
MacOS: Chrome / Safari
Screen.Recording.2024-06-21.at.21.52.31.mov
MacOS: Desktop
Screen.Recording.2024-06-21.at.21.57.15.mov