Remove invalid skeletonReasonAttributes prop from PersonalExpenseRulesTableRow - #94896
Merged
Conversation
luacmartins
marked this pull request as ready for review
June 29, 2026 19:35
JS00001
approved these changes
Jun 29, 2026
Contributor
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / Safari |
Beamanator
added a commit
that referenced
this pull request
Jun 29, 2026
PR #93705 (merged to main 2026-06-29) landed PersonalExpenseRulesTableRow with a skeletonReasonAttributes prop that TableRow does not accept — TableRow's props derive from PressableWithFeedbackProps and add only {interactive, rowIndex, hovered, additionalContainerStyles, rowFooter}. This currently fails CI typecheck on every open PR. Open PRs #94896 and #94898 both propose the identical 1-line removal. Apply the same fix here so this PR's CI unblocks; when one of those merges to main and we next merge main back in, git resolves it as a no-op.
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Contributor
|
🚧 luacmartins has triggered a test Expensify/App build. You can view the workflow run here. |
Contributor
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
60 tasks
Contributor
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 9.4.25-0 🚀
|
Is this Accounts > Expense Rules? |
Contributor
|
Yes that's right |
Contributor
|
🚀 Deployed to production by https://github.com/cristipaval in version: 9.4.25-2 🚀
Bundle Size Analysis (Sentry): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation of Change
PR #94342 removed
skeletonReasonAttributesfromTableRow, butPersonalExpenseRulesTableRowwas still passing the prop, causing a typecheck failure on main.Fixed Issues
$ #94888
Tests
npm run typecheckand confirm it passesOffline tests
N/A
QA Steps
Same as tests