React-redux: How to downgrade react-redux to an earlier version

Created on 9 Dec 2018  Â·  2Comments  Â·  Source: reduxjs/react-redux

I currently have react-redux v6 installed and it doesn't support react-redux-firebase so I want to downgrade it to version 5.x

Most helpful comment

Run these commands:

npm uninstall react-redux
npm i react-redux@5

All 2 comments

Run these commands:

npm uninstall react-redux
npm i react-redux@5

Thanks a lot

On Sun, Dec 9, 2018, 11:49 PM Mark Erikson <[email protected] wrote:

Closed #1112 https://github.com/reduxjs/react-redux/issues/1112.

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/reduxjs/react-redux/issues/1112#event-2014615696, or mute
the thread
https://github.com/notifications/unsubscribe-auth/Acv-byVInuXV9zbhNLWnltN675_d0G2hks5u3ZNzgaJpZM4ZKXPC
.

Was this page helpful?
0 / 5 - 0 ratings