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

Update Linter & Remove Unsafe React Lifecycle Events #553

Closed
wants to merge 15 commits into from

Commits on May 5, 2020

  1. add linting for class-methods-use-this and fix most resulting errors.…

    … Add /tools and /tests to linter. Update height in UpgradeBanner
    IAmThePan committed May 5, 2020

Commits on May 11, 2020

Commits on May 14, 2020

  1. Refactor UNSAFE_componentWillMount into either constructor or compone…

    …ntDidMount, leave notes for how decision was made.
    IAmThePan committed May 14, 2020

Commits on May 18, 2020

  1. Refactor UNSAFE_componentWillReceiveProps to componentDidUpdate or ge…

    …tDerivedStateFromProps
    IAmThePan committed May 18, 2020