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

Adjust no-unsafe rule to handle all unsafe life-cycle methods #2075

Merged
merged 2 commits into from Dec 11, 2018

Commits on Dec 6, 2018

  1. Adjust no-unsafe rule to handle all unsafe life-cycle methods

    - Adjust `no-unsafe` rule to handle all unsafe life-cycle methods including their aliases.
    - Add instructions on updating components to be consistent with React runtime warnings.
    sergei-startsev committed Dec 6, 2018
    Copy the full SHA
    65116d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Add aliases option to check aliases of unsafe methods

    Avoid breaking changes by adding the non-prefixed methods behind the option
    sergei-startsev committed Dec 10, 2018
    Copy the full SHA
    8d2c7a9 View commit details
    Browse the repository at this point in the history