還元型getState
メソッドは利用できません。希望の結果を得るためにミドルウェアが必要ですか?次は、代わりにあなたの店の機能を返すされているコード非反応成分の店舗にはアクセスできない
const configureStore = (initialState = {}) => {
return createStore(
rootReducer,
initialState,
applyMiddleware(...middleware),
);
};
export default configureStore;
util.js
import store from '../../store';
store.getState()
// _store2.default.getState is not a function