dispatched undefined action · Issue #91 · reduxjs/redux-thunk

So here is the code I playing with import { createStore, applyMiddleware } from 'redux' import thunk from 'redux-thunk' import axios from 'axios' const initialState = { user: {}, requesting: false,...