supasate/connected-react-router

Can't install package with React 18.1

NetoBoralli opened this issue ยท 5 comments

Whenever I try to install the last version of the package, using the last release of React, I receive the following error.
image

Yeah, we are having this same issue as well. I haven't been able to found a work-around. Right now my only idea is to just return back to React version 17.0.0.

@NetoBoralli Barring any compatibility issues you could open a PR to update the project's peer dependency to include react 18. Right now though it's locked to React 16/17.

If you are strongly get into this try to add --legacy-peer-deps

@NetoBoralli Barring any compatibility issues you could open a PR to update the project's peer dependency to include react 18. Right now though it's locked to React 16/17.

PR: #587
but owner seems to no longer be active as discussed in this issue: #579

@NetoBoralli Barring any compatibility issues you could open a PR to update the project's peer dependency to include react 18. Right now though it's locked to React 16/17.

PR: #587 but owner seems to no longer be active as discussed in this issue: #579

Yeah, this appears to be a dead project at this point. I moved on to redux-first-history on my newer projects and it works quite well.