piotrwitek / react-redux-typescript-guide

The complete guide to static typing in "React & Redux" apps using TypeScript
https://piotrwitek.github.io/react-redux-typescript-guide/
MIT License
13.35k stars 1.09k forks source link

'fc-counter-connected-bind-action-creators.usage' component cannot work #212

Open wishma2013 opened 4 years ago

wishma2013 commented 4 years ago

55836231-15F4-41D4-B610-1F5A5CA9B3AE When click the Increment button,the browser console prints error as above.

wjkhappy14 commented 3 years ago

Actions must be plain objects. Use custom middleware for async actions

wjkhappy14 commented 3 years ago

how to reslove this error ?