reduxにてdispatchするときに
Error: Actions must be plain objects.
Use custom middleware for async actions
のエラーが出て2日間先に進めなかった... ...
だがこの記事を見つけやっと解決した!
原因はredux-thunkのmiddlewareを読み込んでなかったことにある。
redux-toolkitをドキュメントを読まずに色々勝手にやってくれると思っていた自分を殴りたい
Go to list of users who liked
More than 3 years have passed since last update.
reduxにてdispatchするときに
Error: Actions must be plain objects.
Use custom middleware for async actions
のエラーが出て2日間先に進めなかった... ...
だがこの記事を見つけやっと解決した!
原因はredux-thunkのmiddlewareを読み込んでなかったことにある。
redux-toolkitをドキュメントを読まずに色々勝手にやってくれると思っていた自分を殴りたい
Register as a new user and use Qiita more conveniently
Go to list of users who liked