Skip to content

Use redux-devtools's enhancer if available

Nicolas Frandeboeuf requested to merge nicofrand/kresus:reduxDevtools into master

The browser's plugin allow to see the state, see the actions performed, replay a previous action, etc. See https://github.com/zalmoxisus/redux-devtools-extension This MR adds the plugin's enhancer in the code, allowing it to access the state.

image

Edited by Nicolas Frandeboeuf

Merge request reports