Skip to content

v2.10.0

Compare
Choose a tag to compare
@zalmoxisus zalmoxisus released this 10 Nov 12:44
· 245 commits to master since this release

Get remote reports right in the extension and import them right into your app

koumdjxlux 1

Use redux-remotedev with remotedev-server to save reports. To enable it, just click Remote DevTools button and add your host and port to the settings.

Support monitor reducers

Now Redux Devtools monitors are compatible with the extension as their reducers are not ignored as before. The difference, however, is that the reducers are called not for every action, but only when a monitor action is dispatched.