import { createStore, combineReducers, applyMiddleware } from 'redux';import AsyncStorage from '@react-native-async-storage/async-storage';
importthunk from 'redux-thunk
下面是我的代码:import {createStore, applyMiddleware, compose} from 'redux';import {routerMiddleware} from 'react-router-redux';
import createSagaMiddleware from 'redux-saga, IndexRoute, brows
当我第一次使用node app.js运行服务器时,一切都很好,我得到了listening on 5050.Then,我转到localhost:5050/,并在服务器运行的控制台中得到这些警告。TypeError: _this.store.getState is not a function
at new Connect (/Users/freddiecabrera/Desktop/ullibol-client/node_modules/react