davidhu2000 / react_redux_generator

A npm script for generating all parts of react and redux web application.

Home Page:https://www.npmjs.com/package/redux-file-gen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

correct import from statement for thunk middleware

davidhu2000 opened this issue · comments

currently is import thunk from 'react-redux'

need to change to import thunk from 'redux-thunk'