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
Which versions of React, ReactDOM/React Native, Redux, and React Redux are you using? Which browser and OS are affected by this issue? Did this work in previous versions of React Redux?
react 16.7.0
react-redux 6.0
The text was updated successfully, but these errors were encountered:
What is the current behavior?
When dispatch an action in parent component the child component does not get newest state.
reproduce link
I find this in source code, the variable storeState does not update.If change to store.getState(),I will get expected.
react-redux/src/components/connectAdvanced.js
Line 196 in e7661b3
What is the expected behavior?
Hope state is same all the time.
Which versions of React, ReactDOM/React Native, Redux, and React Redux are you using? Which browser and OS are affected by this issue? Did this work in previous versions of React Redux?
react 16.7.0
react-redux 6.0
The text was updated successfully, but these errors were encountered: