Actions
Bug #27946
closedRedux devtools setup is wrong
Description
After the redux upgrade, error message appeared:
Uncaught Error: It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. at createStore (redux.js:66) at generateStore (index.js:22)
According to https://github.com/zalmoxisus/redux-devtools-extension the redux devtools setup for a store with middleware is different from the current implementation
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7068 added
Updated by Amir Fefer about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset fd76f9450374d71641d7f34fcb38b6ca5ddc8ac1.
Actions