-
Notifications
You must be signed in to change notification settings - Fork 59
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
Remove usage of deprecated lifecycle methods #663
Remove usage of deprecated lifecycle methods #663
Conversation
Very nice! I had started sth. but failed some days ago in the train... thanks for this. In my case some timing was different than expected in the tests and possibly also in the examples. Did you notice anything there? Please let another developer look over it before merging. |
No, actually I had no timing issues while porting. Do you remember the component the test/s failed for? |
double checking right now |
Here are my changes from back then, unfinished It looks mostly like your PR. But I just saw that the failing tests are due to eslint erroring / it was simply not done. So probably nothing to worry about. |
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.
LGTM, please get another review of a dev, please.
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.
👍
Thanks for the reviews! |
…canvas-mock-2.4.0 chore(deps-dev): bump jest-canvas-mock from 2.3.1 to 2.4.0
REFACTORING
Description:
This fixes the usage of all deprecated ReactJS lifecycle methods (see #648) and updates the
eslint-plugin-react
to the current release (closes #647).