is this the proper way to initialize the Redux Dev...
# kvision
r
is this the proper way to initialize the Redux DevTools Middleware?
Copy code
var someStore = createReduxStore(
        ::someReducer,
        SomeState(),
        window["__REDUX_DEVTOOLS_EXTENSION__"]
)