-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[NoQA] Use official react-compiler-runtime package + fix fast refresh not refreshing components on mobile #51183
[NoQA] Use official react-compiler-runtime package + fix fast refresh not refreshing components on mobile #51183
Conversation
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.
Left some comments
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.
LGTM! Left just one comment 🚀
@ntdiary what is your eta for the checklist on this one? thanks! |
@ntdiary Awesome, let me know when you find any regressions 😄 |
Reviewer Checklist
Screenshots/Videostest.mp4Android: NativeN/AAndroid: mWeb ChromeN/AiOS: NativeN/AiOS: mWeb SafariN/AMacOS: Chrome / SafariN/AMacOS: DesktopN/A |
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
FYI We can ignore |
Hey, @blazejkustra, could you please try to create a Track expense using I'm trying to rebuild again. |
main.mp4Ok, I can reproduce it on my |
@blazejkustra, the prev compilation failure is due to this: it seems that the compiler added test.mp4 |
@blazejkustra, I can always reproduce this problem after reseting the cache, if you can reproduce it as well, I think it's worth fixing. 😄
|
That is surprising, turns out we didn't exclude node_modules before, which is a major mistake. Please check it one more time 😄 |
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.
A great PR, LGTM. 🚀
@mountiny, all yours. :)
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.
@blazejkustra great work and @ntdiary thanks for testing!
The lint check is failing as this touches a lot of files but its out of scope to migrate those |
@mountiny looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Not emergency, explained above |
✋ 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: 9.0.55-0 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 9.0.55-10 🚀
|
Details
Thanks @piotrski for these two! Previous PR
Fixed Issues
$ #49393
PROPOSAL: N/A
Tests
Offline tests
N/A
QA Steps
N/A
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label 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
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop