-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[$250] Migrate Button.js to function component #16121
Comments
This comment was marked as spam.
This comment was marked as spam.
I'd love to work on this. |
ProposalHi, I'd like to finish this task. jsx class Button extends React.Component { componentWillUnmount() { render() { export default Button; jsx const Button = (props) => {
}, []); // The empty array causes this effect to only run once on mount and unmount return ( export default Button; Once you have made these changes, you should test the component thoroughly to ensure that no functionality was broken during the refactoring process. This could involve manual testing, or running an existing suite of automated tests if you have them. |
Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Huh... This is 4 days overdue. Who can take care of this? |
6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
10 days overdue. Is anyone even seeing these? Hello? |
12 days overdue. Walking. Toward. The. Light... |
This issue has not been updated in over 14 days. eroding to Weekly issue. |
I'd like to work on this issue |
I can work on this issue. |
I'd like to work on this issue |
Dibs |
I'd like to work on this. |
This issue has not been updated in over 15 days. eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
@marcaaron Could you reopen this issue and assign to me please? It turns out that the file still exists and I need to migrate it to function component before migrating to TS. Thanks! |
Sounds good. Feel free to get me for the final merge! |
@marcaaron PR is now ready to review! |
This issue has not been updated in over 15 days. @fabioh8010, @marcaaron eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
This needs a BZ member. Please assign me as C+ as well. |
Triggered auto assignment to @dylanexpensify ( |
This comment was marked as off-topic.
This comment was marked as off-topic.
Thanks for catching that one @parasharrajat - sorry for the delay! |
@dylanexpensify this is not a bug - @parasharrajat just needs payment for the C+ review on the linked PR Thanks! |
Ahh apologies! Will get payment going! |
It just needs a summary @dylanexpensify. Feel free to close it afterward. I will request later. |
Payment summary:
Please request! |
Payment requested as per #16121 (comment) |
$250 payment approved for @parasharrajat based on summary above. |
Class Component Migration
Filenames
React.Component
componentDidMount
,componentWillUnmount
Task
The text was updated successfully, but these errors were encountered: