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

Fix compatibility with eslint-plugin-react 7.30.0 #332

Merged
merged 1 commit into from May 30, 2022

Commits on May 27, 2022

  1. Fix compatability with eslint-plugin-react 7.30.0

    We reached into eslint-plugin-react to access some of its internals, and
    they moved around in v7.30.0.
    
    Copy the utilities that we depend upon into our codebase, and remove the
    need touch eslint-plugin-react's internals. Also remove usage of
    Component.detect as it is no longer needed.
    BPScott committed May 27, 2022
    Copy the full SHA
    3fd2ebf View commit details
    Browse the repository at this point in the history