-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Wrong scope for obervables? #1675
Comments
I think we have to override |
Thanks for the hint. I'll have a look on this. |
I implemented the observable in the devtools, which resolves the issue. But I'm not 100% sure if this is an elegant solution… reduxjs/redux-devtools#275 |
Yeah, it's not very cool but does the job. I'll look at this again before cutting 4.0 because there might be a better solution. |
I was speculating, that this may be an issue of the redux-devtools but after studying the redux code I am not sure anymore. When the devtools chrome extension is activated, my observable transports the devtools state instead of my app state. I could imagine, getState() is called in a wrong scope, or something like this. Did anyone understand where the problem came from?
The text was updated successfully, but these errors were encountered: