Skip to content

Connected component prevents all context propagations #144

@rpominov

Description

@rpominov

Because connected components have aggressive shouldComponentUpdate, and shouldComponentUpdate doesn't support context, connected components basically stop any other context variables changes to propagate to their children.

Is there a recommended solution to this problem? I found pure option (connect(..., {pure: false})), which helps, but is there a better way?

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