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(xo-web/backup/restore): don't use UNSAFE_componentWillReceiveProps #6364

Merged
merged 1 commit into from
Aug 11, 2022

Commits on Aug 10, 2022

  1. fix(xo-web/backup/restore): don't use UNSAFE_componentWillReceiveProps

    Introduced by 7d6e832
    
    `UNSAFE_componentWillReceiveProps` method was only introduced in React 16 but we
    are using React 15
    `.eslintrc`: ask eslint to check the React version so that it doesn't suggest to
    change it to `UNSAFE_componentWillReceiveProps`
    pdonias committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    aa5b81c View commit details
    Browse the repository at this point in the history