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
In the current connect2 implementation, we access prevState.storeState at some point without having updated it. This results in some super confusing bugs relating to stale state being used in some components.
In the current
connect2
implementation, we accessprevState.storeState
at some point without having updated it. This results in some super confusing bugs relating to stale state being used in some components.The equivalent code in react-redux is here.
This is a bug I'll be taking a look at tomorrow.
The text was updated successfully, but these errors were encountered: