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

deps: update peerDeps to support React 17 without warnings #69

Merged
merged 1 commit into from
Feb 9, 2022

Commits on Feb 9, 2022

  1. deps: update peerDeps to support React 17 without warnings

    - seems to work without any component modifications needed on React 17
      - it was supposed to have "no new features" in any case
        per the release blog post
        - https://reactjs.org/blog/2020/10/20/react-v17.html
    
    - ensure tests pass with React 17
      - update devDeps to React 17 + react-dom 17
      - update devDeps to use unofficial Enzyme Adapter for React 17
        - official adapter has yet to be released, but this seems to work
          for many people and the usage here is quite simple, so should be
          fine for this use-case
          - and tests seem to pass without issue too
          - React 18 will be a separate story, but will cross that bridge
            when we get there
    agilgur5 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    13436f7 View commit details
    Browse the repository at this point in the history