-
Notifications
You must be signed in to change notification settings - Fork 1k
Extension Ignores Redux-Saga #133
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
Starting from I added a workaround by updating the store after it is created. Please build the extension to check it. |
This makes a lot of sense. I am running my sagas but was not aware there was context I needed to update in the extension. I'll try this today and get back to you. |
Should work in v2.0.1. Feel free to reopen the issue if it doesn't work. |
Nah this worked perfectly. Thanks! |
@zalmoxisus This also affected redux-observable redux-observable/redux-observable#81 so I'm trying to understand why. It doesn't modify the store in any way other than the intrinsic way that redux composes middleware to create the store you receive, so this seems like something that shouldn't be a problem since this is normal middleware behavior. Is there any way we can mitigate this so that it "just works" without the need to |
Nevermind 😄 |
The extension API was changed. No need for |
Uh oh!
There was an error while loading. Please reload this page.
I might be missing something, but it seems like this extension is completely oblivious to Redux-Saga.
https://gist.github.com/Sinistralis/2b181bae168a556b268fd69c32b5f556
It ignores all actions dispatched by Sagas, and if you dispatch an action through the dispatch window in the extension, your Sagas never receive it.
The text was updated successfully, but these errors were encountered: