Currently redux-devtools depends on "redux-devtools-instrument": "^1.0.1".
The recently releasedredux-devtools-instrument v1.9.0 includes an important fix to support redux v4.0.0.
Can we release a new version of redux-devtools that has a peer dependency "redux": "^4.0.0" and a dependency "redux-devtools-instrument": "^1.9.0" (or whatever is most appropriate - I am not sure of the backwards compatibility)?
Made changes.
Tests pass.
Created PR.
Most helpful comment
Made changes.
Tests pass.
Created PR.