-
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
Update proptypes to allow for date objects #13936
Conversation
@thesahindia @cristipaval One of you needs to 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] |
@tgolen, we have the same issue for DOB Screen.Recording.2023-01-03.at.3.07.55.AM.movLet's fix it here as well -
|
OK, thanks! I've fixed that one as well as the |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-01-03.at.4.57.08.PM.movMobile Web - Chromechrome.mobile.movMobile Web - Safarisafari.mobile.movDesktopScreen.Recording.2023-01-03.at.5.14.56.PM.moviOSScreen.Recording.2023-01-03.at.5.19.40.PM.movAndroidScreen.Recording.2023-01-03.at.5.36.00.PM.mov |
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.
Tests well!
Couldn't test on mWeb, waiting for my ip to get whitelisted.
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.
@thesahindia I added screen recordings with mobile web to your comment.
✋ 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 @cristipaval in version: 1.2.48-0 🚀
|
🚀 Deployed to production by @luacmartins in version: 1.2.48-2 🚀
|
🚀 Deployed to production by @luacmartins in version: 1.2.49-0 🚀
|
Details
Looks like the
RNDatePicker
that we use from React will return the selected date as aDate
object. The rest of the code works fine with it like that, so I am updating the propType definitions to account for it.Fixed Issues
$ #13919
Tests
Offline tests
None
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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.Screenshots/Videos
Web
2023-01-02_10-04-47.mp4
Mobile Web - Chrome
2023-01-02_10-20-53.mp4
Mobile Web - Safari
2023-01-02_10-02-09.mp4
Desktop
2023-01-02_10-04-16.mp4
iOS
2023-01-02_09-59-24.mp4
Android
2023-01-02_10-05-53.mp4