-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2023-12-18] Remove sideloading of Onyx data forMoneyRequestView.js #32443
Comments
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.10-1 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-12-18. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
|
Triggered auto assignment to @trjExpensify ( |
This comment was marked as off-topic.
This comment was marked as off-topic.
@trjExpensify Can you please help here with the payouts? @Santhosh-Sellavel needs to be paid for a C+ review |
Yep, can do! This looks like a regular job, not something like TypeScript migration related. So I can confirm the payout is $500 for the C+ review of the internal PR. @Santhosh-Sellavel once you've confirmed to have requested on NewDot, we can close this out. |
Bump @Santhosh-Sellavel have you requested? |
@tgolen, @trjExpensify Huh... This is 4 days overdue. Who can take care of this? |
Bump @Santhosh-Sellavel to accept request. |
Feel free close this one, I'll request on ND later this week! |
Requested on ND |
$500 payment approved for @Santhosh-Sellavel based on this comment. |
Coming from #27262
Problem
These methods are anti-patterns because they are most always used for loading data into a component without using
withOnyx()
. This breaks the data flow of a react application. (data is coming from somewhere that is not props or state and cannot be debugged in react dev tools).Solution
Switch all references to properly use
withOnyx()
for components andconnect()
for libs.The text was updated successfully, but these errors were encountered: