You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: