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

Enhancement/860 update deprecated lifecycle methods #1430

Merged

Conversation

jqlee85
Copy link
Contributor

@jqlee85 jqlee85 commented Apr 23, 2020

Summary

Addresses issue #860

Relevant technical choices

Changes use of componentWillMount to componentDidMount in DashboardWinsAlerts component and updates storybook and webpack-bundle-analyzer packages that were using deprecated methods.

Checklist

  • My code is tested and passes existing unit tests.
  • My code has an appropriate set of unit tests which all pass.
  • My code is backward-compatible with WordPress 4.7 and PHP 5.6.
  • My code follows the WordPress coding standards.
  • My code has proper inline documentation.
  • I have signed the Contributor License Agreement (see https://cla.developers.google.com/).

@jqlee85 jqlee85 linked an issue Apr 23, 2020 that may be closed by this pull request
Copy link
Collaborator

@aaemnnosttv aaemnnosttv left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@felixarntz felixarntz merged commit 51eeddc into develop Apr 27, 2020
@felixarntz felixarntz deleted the enhancement/860-update-deprecated-lifecycle-methods branch April 27, 2020 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update use of deprecated React lifecycle methods
4 participants