-
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
remove console error #29603
remove console error #29603
Conversation
@pradeepmdk Let's apply the same pattern to NavigationAwareCamera.native.js since that was also included in your proposal. Thanks. |
@akinwale already done |
@pradeepmdk I get the following warning on iOS Safari when I choose Request money and go to Scan. I don't get the warning on main. Please check.
To reliably reproduce, refresh the page and then select Request money from the FAB right after the refresh. |
@akinwale I am not able to reproduce this branch. Screen.Recording.2023-10-15.at.7.25.31.AM.movand still, we can remove this from here
because we never use these props here |
Reviewer Checklist
Screenshots/VideosWeb29603-web.mp4Mobile Web - Chrome29603-android-chrome.mp4Mobile Web - Safari29603-ios-safari.mp4Desktop29603-desktop.mp4iOS29603-ios-native.mp4Android29603-android-native.webm |
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.
Tests 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. |
🚀 Deployed to staging by https://github.com/cristipaval in version: 1.3.85-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.85-4 🚀
|
🚀 Deployed to staging by https://github.com/cristipaval in version: 1.3.86-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.86-5 🚀
|
Details
update based on the document React.forwardRef
Fixed Issues
$ #29464
PROPOSAL: #29464 (comment)
Tests
Offline tests
Same as test
QA Steps
Same as test
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)/** comment above it */
this
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)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.2023-10-14.at.5.59.35.PM.mov
Android: mWeb Chrome
Screen.Recording.2023-10-14.at.7.02.44.PM.mov
iOS: Native
Screen.Recording.2023-10-14.at.7.05.32.PM.mov
iOS: mWeb Safari
Screen.Recording.2023-10-14.at.7.01.23.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2023-10-14.at.7.03.17.PM.mov
MacOS: Desktop
Screen.Recording.2023-10-14.at.6.58.02.PM.mov