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
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!