Closed borisilic-ap closed 1 year ago
Similar issue to https://github.com/danielr18/connected-next-router/issues/89. We are using react-redux@8.0.2. It works with npm install --force but it would be good to not have to do that.
react-redux@8.0.2
npm install --force
npm ERR! Could not resolve dependency: npm ERR! peer react-redux@"^7.1.0" from connected-next-router@4.2.0 npm ERR! node_modules/connected-next-router npm ERR! connected-next-router@"^4.2.0" from the root project
Closed with https://github.com/danielr18/connected-next-router/pull/99
Similar issue to https://github.com/danielr18/connected-next-router/issues/89. We are using
react-redux@8.0.2
. It works withnpm install --force
but it would be good to not have to do that.