-
Notifications
You must be signed in to change notification settings - Fork 468
Getting Error Actions must be plain objects. Use custom middleware for async actions. #413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Answered! I added the |
I am getting the same error . Any. solution? |
@ghasemikasra39 That may or may not be related to your epics, but regardless it is likely truthful--you are dispatching something that is not a plain object. In this person's case they were simply missing a return statement, so Your best bet is to pause your debugger when this happens, walk the stack back until you can see what in fact is being dispatched and from where. If you need help, your best bet is to create a small, simple reproducible piece of code you can share on Stack Overflow--you might even discover the cause in the process of doing so. |
Dear @jayphelps |
@ghasemikasra39 Please don't post new questions in old, closed issues. Your question will be hard to notice and it's unlikely to be related. Can you ask the question on stack overflow, our gitter channel or the rxjs channel in the reactiflux discord? Until we can enable github discussions for this repo it's also fine to create a new issue. Please include the code that is giving you this error. |
Help Getting this error below.. please see Stack Overflow for more details..
https://stackoverflow.com/questions/48388594/angular-redux-epics
The text was updated successfully, but these errors were encountered: