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
I'm working on integrating redux into a project, and I'm setting up all of my view components (not using React here) to get passed the state and render/update themselves based on it. I know this is a fairly minor issue, but I'd like to know why the state object isn't passed an argument to the subscribe callback.
I'm working on integrating
redux
into a project, and I'm setting up all of my view components (not using React here) to get passed thestate
and render/update themselves based on it. I know this is a fairly minor issue, but I'd like to know why thestate
object isn't passed an argument to thesubscribe
callback.For example, what I'd like to do is this:
But what I have to do is this:
Is there a reason for this?
The text was updated successfully, but these errors were encountered: