我正在尝试将redux-devtools连接到我的存储,但我一直收到以下错误:“看起来您正在向createStore()传递几个存储增强器。这不受支持。相反,将它们组合成一个函数错误。”*使用Thunk作为中间件。我们将非常感谢您的帮助。这是我的商店的样子:
import {createStore,applyMiddleware} from 'redux'
Expected argument to be an object with the following keys: "register"import { createStore, applyMiddleware/reducers';
reducers, window.我在google上搜索,找不到任何与此错误相关的信息。__REDUX_DEVTOO
我有一个运行redux和thunk的react应用程序,它一直运行得很好。相反,可以将它们组合到一个函数中const store = createStore(reducers, LoadState, applyMiddleware(thunk)Instead, compose them together to a single functionconst store = createStore(reducers, applyMiddlewar
在我尝试在react/redux套件中运行测试后,我得到了以下错误。我已经确保按照文档中的建议使用redux-immutable,但无济于事。argument to be an instance of Immutable.Collection or Immutable.Record with the following properties:import thunk from 'redux</em
我的项目在Chrome中运行良好(没有错误)。TypeError: RealRTCPeerConnection is undefined app:190:1我在代码中没有使用问题是,我不确定这是什么依赖,也不知道如何排除它。我试着在网上查找并自己排除故障,但我没有发现任何有用的东西。webpack.config.js
var path = require(