Skip to content
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

[chore] Run rename-unsafe-lifecycles codemod on all source files #1439

Merged
merged 3 commits into from Aug 13, 2019

Conversation

bjoerge
Copy link
Member

@bjoerge bjoerge commented Aug 13, 2019

This is the result of running the rename-unsafe-lifecycles codemod on all source files. Should remove a bunch of deprecation warnings in studios using React ^16.9.

There's probably still some more places (e.g. libraries) that will trigger this warning, but let's do them in a separate pass.

@bjoerge bjoerge requested a review from rexxars August 13, 2019 12:15
Copy link
Member

@rexxars rexxars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rexxars
Copy link
Member

rexxars commented Aug 13, 2019

For anyone who's looking; yes, we will rewrite these to use "safe" lifecycle methods - this is just a temporary stage to reduce the noise ;)

@bjoerge bjoerge merged commit baef47c into next Aug 13, 2019
@bjoerge bjoerge deleted the fix-react-deprecation-warnings branch August 13, 2019 12:24
bjoerge added a commit that referenced this pull request Aug 13, 2019
This is the result of running the rename-unsafe-lifecycles codemod on all source files. Should remove a bunch of deprecation warnings in studios using React ^16.9.

There's probably still some more places (e.g. libraries) that will trigger this warning, but let's do them in a separate pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants