-
Notifications
You must be signed in to change notification settings - Fork 2.4k
refactored /app/pages/Profile/index.js to use OverMind and change it … #2804
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
Conversation
| @@ -1,482 +0,0 @@ | |||
| 'use strict'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you delete this? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am trying to add this file again but then it is failing on pre-commit hook!
| @@ -0,0 +1,90 @@ | |||
| /* @flow */ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| /* @flow */ |
Do not need this anymore :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍 😄
If you just commit the suggestion on remove @flow thingy and bring back the deleted file we are good to go. Let us know if you have any issues bringing back the file!
|
Bringing back the lru-cache.js file gives error on pre-commit hook |
|
Duplicate of #2729 |
What kind of change does this PR introduce?
This PR refactor /app/pages/Profile/index.js to use OverMind and change it to tsx file.
What steps did you take to test this? This is required before we can merge, make sure to test the flow you've updated.
yarn testsuccessfulyarn lintis not successful but the error is not related to the scope of this PRyarn startsuccessfulChecklist