You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redux throws an error: Actions must be plain objects. Use custom middleware for async actions. Is this case related to this issue? How could I spy an action?
The text was updated successfully, but these errors were encountered:
I have a test case where I'd like to count how many times an action is called. To do this, I'm using a spy:
Redux throws an error:
Actions must be plain objects. Use custom middleware for async actions
. Is this case related to this issue? How could I spy an action?The text was updated successfully, but these errors were encountered: