inveniosoftware / react-searchkit

React component library for interacting with a REST API.
https://inveniosoftware.github.io/react-searchkit/
MIT License
78 stars 40 forks source link

Support React 17 #211

Open avivace opened 2 years ago

avivace commented 2 years ago

To allow using searchkit in projects on React 17, we would need to upgrade react and react-dom dev and peer dependencies to ^17 and ensure test still run with success.

Anything else we should check?

rlreamy commented 2 years ago

I would love to have a version that I could use running on React v17. I looked at the comments on the PR and was wondering if you could publish a new version that runs on React v17 for people who have already migrated to use?