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?