Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Add redux devtools by default or a way to add that to the createSensenetStore #83

Closed
zoltanbedi opened this issue May 14, 2018 · 1 comment

Comments

@zoltanbedi
Copy link
Contributor

Right now there is no way to add redux-devtools to the store.

const store = createStore(
    options.rootReducer,
    {},
    applyMiddleware(...middlewareArray),
)

redux-devtools should wrap the applyMiddleware() method.

@herflis herflis closed this as completed May 31, 2018
@herflis
Copy link
Contributor

herflis commented May 31, 2018

@B3zo0 thanks for the request. From version 4.1.0 it can be switched on at store creation, check the docs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants