-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Closed
Copy link
Labels
BugSomething is broken. Auto assigns a BugZero manager.Something is broken. Auto assigns a BugZero manager.DailyKSv2KSv2ExternalAdded to denote the issue can be worked on by a contributorAdded to denote the issue can be worked on by a contributorReviewingHas a PR in reviewHas a PR in review
Description
This is coming from #27262. You can read the issue description there to get the context behind the problem being solved and the mess being cleaned up.
Problem
ReportActionUtils.getAllReportActions() is called from several view components and other action files which is an anti-pattern.
Why this is important to fix
It maintains a more pure and exact flow of data through the react application. If the view is using report action data, then it needs to subscribe to the data in Onyx so that it's guaranteed that the data will never be stale or out-of-date.
Solution
- Use
withOnyx()to load the data in view components - Use
Onyx.connect()to load the data in other action files - Remove the usage of
ReportUtils.getAllReportActions()or at least prevent it from being exported by adding a test to https://github.com/Expensify/App/blob/main/tests/actions/EnforceActionExportRestrictions.ts
Upwork Automation - Do Not Edit
- Upwork Job URL: https://www.upwork.com/jobs/~01944da5c2a9fee46a
- Upwork Job ID: 1773061588854910976
- Last Price Increase: 2024-04-17
- Automatic offers:
- Ollyws | Reviewer | 0
- godofoutcasts94 | Contributor | 0
Issue Owner
Current Issue Owner: @bfitzexpensifyReactions are currently unavailable
Metadata
Metadata
Labels
BugSomething is broken. Auto assigns a BugZero manager.Something is broken. Auto assigns a BugZero manager.DailyKSv2KSv2ExternalAdded to denote the issue can be worked on by a contributorAdded to denote the issue can be worked on by a contributorReviewingHas a PR in reviewHas a PR in review
Type
Projects
Status
Done