0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

redux-toolkitの”Error: Actions must be plain objects. Use custom middleware for async actions”で2つ日詰まった話

Posted at

reduxにてdispatchするときに

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

のエラーが出て2日間先に進めなかった... ...
だがこの記事を見つけやっと解決した!
原因はredux-thunkのmiddlewareを読み込んでなかったことにある。
redux-toolkitをドキュメントを読まずに色々勝手にやってくれると思っていた自分を殴りたい

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?