Skip to content
This repository was archived by the owner on Jan 4, 2019. It is now read-only.
This repository was 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

@zoltanbedi

Description

@zoltanbedi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions