Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information