bookworm-react
bookworm-react copied to clipboard
Actions must be plain objects. Use custom middleware for async actions
How do I fix this?
Check your actions, I think you are missing something in your code. It may be in the component when you are dispatching your actions
or may be at the time of creating action
. :+1: