Skip to content

Actions cannot be handled by multiple Reducers #125

@BerndWessels

Description

@BerndWessels

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions