-
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
[payment due 2023-12-13] [$500] Remove sideloading of Onyx data for avatar with display name #32309
Comments
Triggered auto assignment to @joekaufmanexpensify ( |
This comment was marked as off-topic.
This comment was marked as off-topic.
Job added to Upwork: https://www.upwork.com/jobs/~01c108d0b3568a69c3 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @cubuspl42 ( |
@cubuspl42 Could you please review the PR I wrote for this? #32304 @joekaufmanexpensify I will only need your help with payment once this is deployed. |
Sounds good! |
PR is in review. |
PR merged |
Awesome. We'll issue payment 7 days after the PR reaches production (assuming no regressions) |
PR went to prod on 2023-12-06, so payment due on 2023-12-13 (assuming no regressions) |
@cubuspl42 offer sent for $500! |
@joekaufmanexpensify Thanks, accepted |
All set to issue payment. |
@cubuspl42 $500 sent and contract ended! |
Upwork job closed. |
Closing as this is all set! |
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.Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: