Bug #27946
Redux devtools setup is wrong
Pull request:
Fixed in Releases:
Found in Releases:
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
Associated revisions
History
#1
Updated by The Foreman Bot almost 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7068 added
#2
Updated by The Foreman Bot almost 3 years ago
- Fixed in Releases 1.24.0 added
#3
Updated by Amir Fefer almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset fd76f9450374d71641d7f34fcb38b6ca5ddc8ac1.
Fixes #27946 - fix redux devtools setup