Fix/22929 forwardref console error#24405
Conversation
|
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
|
@aimane-chnaif 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] |
| /** A ref to forward to amount text input */ | ||
| forwardedRef: PropTypes.oneOfType([PropTypes.func, PropTypes.shape({current: PropTypes.instanceOf(React.Component)})]), | ||
| // eslint-disable-next-line react/forbid-prop-types | ||
| forwardedRef: PropTypes.oneOfType([PropTypes.func, PropTypes.shape({current: PropTypes.object})]), |
There was a problem hiding this comment.
Let's move this to refPropTypes and apply it across the app
| PODFILE CHECKSUM: 845537d35601574adcd0794e17003ba7dbccdbfd | ||
|
|
||
| COCOAPODS: 1.12.1 | ||
| COCOAPODS: 1.11.3 |
There was a problem hiding this comment.
Ah my bad, I updated
aimane-chnaif
left a comment
There was a problem hiding this comment.
There are still many instances. Search with ref: PropTypes.oneOfType
except ReportActionCompose - don't fix this here to avoid merge conflict as this component is being refactored
aimane-chnaif
left a comment
There was a problem hiding this comment.
Changing mind:
Fix only these occurrences, not all (as they will be removed in TS migration)
PropTypes.shape({current: PropTypes.instanceOf(React.Component)
|
@aimane-chnaif you mean we should fix all places that use |
|
only |
|
Thanks for your review, updated the PR |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromemchrome.movMobile Web - Safarimsafari.movDesktopdesktop.moviOSios.movAndroidandroid.mov |
hayata-suenaga
left a comment
There was a problem hiding this comment.
👍 Hope TS migration makes typing easier and cleaner
|
✋ 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/hayata-suenaga in version: 1.3.58-0 🚀
|
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.58-5 🚀
|
|
🚀 Deployed to staging by https://github.com/hayata-suenaga in version: 1.3.59-0 🚀
|
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.59-5 🚀
|
Details
Fixed Issues
$ #22929
PROPOSAL: #23201 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Web
Screen.Recording.2023-08-11.at.11.29.33.mov
Mobile Web - Chrome
368419521_6679928755402797_6698330704800532153_n.1.mp4
Mobile Web - Safari
369483094_5955384441230253_9017653961269546649_n.mp4
Desktop
Screen.Recording.2023-08-25.at.13.27.19.mov
iOS
Screen.Recording.2023-08-25.at.13.41.01.mov
Android
Screen.Recording.2023-08-25.at.13.53.04-compressed.mov