Skip to content
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

Actions cannot be handled by multiple Reducers #125

Open
BerndWessels opened this issue Jun 24, 2019 · 1 comment
Open

Actions cannot be handled by multiple Reducers #125

BerndWessels opened this issue Jun 24, 2019 · 1 comment

Comments

@BerndWessels
Copy link

It looks like if a reducer handles an action, another reducer who wants to handle the same action is not called anymore.

This might be a flaw in the current design, but definitely doesn't match the common implementation of redux where all actions are passed into all reducers.

Is there an easy fix for this?

@smiLLe
Copy link

smiLLe commented Oct 17, 2019

@BerndWessels did you find any solution?

miDeb added a commit to miDeb/built_redux that referenced this issue Dec 22, 2019
miDeb added a commit to miDeb/built_redux that referenced this issue Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants