Skip to content

Component not rerendering when passing store manually to components #769

@clydeespeno

Description

@clydeespeno

Hi Guys,

I posted this question on stackoverflow.

https://stackoverflow.com/questions/45874911/component-not-rerendering-when-passing-store-manually-to-components-react-redux

Basically, I am having an issue where my components are connected initially but, I don't get the subsequence updates despite ensuring that states are immutable.

I am writing an application that dynamically renders react components from json definitions. The renderer component has its own store, and the dynamically generated component tree is from another store. I did not use Provider for the 2nd one. I am passing them manually as seen from the question above.

I can give more context if needed. Thanks for any advice/help!

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