Doesn't work with older version of redux after update to 3 version extension. #1053
boobikilopoko
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Redux Devtools in Chrome doesn't work after 3 version. I have older version extension in Mozilla(2.17.1), and it work, but new version - not.
My package.json:
"redux": "^3.0.5",
"redux-auth-wrapper": "^0.9.0",
"redux-form": "^7.4.3",
"redux-thunk": "^0.1.0",
"react-router-redux": "^4.0.7",
"react-redux": "^4.4.10",
But if I open website with more recent version ("react-redux": "^7.1.3") like this , then this will work:
Beta Was this translation helpful? Give feedback.
All reactions