Feat: add jsDoc to billable#29327
Conversation
|
@0xmiroslav 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] |
| /** IOU isBillable */ | ||
| iouIsBillable: PropTypes.bool, | ||
|
|
||
| /** IOU Callback toggle billable state */ | ||
| onToggleBillable: PropTypes.func, |
There was a problem hiding this comment.
As these are optional props, defaultProps is also required
There was a problem hiding this comment.
This should be as Category and Tags
There was a problem hiding this comment.
don't get your comment. can you explain why default values are not needed?
There was a problem hiding this comment.
Ah, sorry, thought about different thing, added defaultProps
amyevans
left a comment
There was a problem hiding this comment.
Could you also update https://github.com/Expensify/App/blob/main/src/pages/iou/propTypes/index.js please?
|
@amyevans updated |
| /** The category name */ | ||
| category: PropTypes.string, | ||
|
|
||
| /** The Billable */ |
There was a problem hiding this comment.
| /** The Billable */ | |
| /** Whether the request is billable */ |
Sorry for the nitpicks here, just trying to make it as descriptive as possible for those who don't really know what it is
Reviewer Checklist
Screenshots/VideosVerified no prop type warnings when creating or editing money request: WebMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Performance Comparison Report 📊Significant Changes To Duration
Show details
Meaningless Changes To DurationShow entries
Show details
|
|
@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker. |
|
The test is flaky, this PR definitely did not cause a performance regression. |
|
🚀 Deployed to staging by https://github.com/amyevans in version: 1.3.84-0 🚀
|
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
|
🚀 Deployed to staging by https://github.com/amyevans in version: 1.3.85-0 🚀
|
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.85-4 🚀
|

Details
This PR is only to add PropTypes for isBilalble and toggleBillable
Fixed Issues
$ #26128
Tests
N/A
Offline tests
Same as tests
QA Steps
N/A
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.