Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Effects): stringify action on invalid action
Message before: ERROR Error: Effect "AuthEffects.login$" dispatched an invalid action: [object Object] Message after: ERROR Error: Effect "AuthEffects.login$" dispatched an invalid action: [{"payload":{"user":{"name":"User"}},"type":"[Auth] Login Success"}]
- Loading branch information