-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix timing issue in component updates due to consecutive dispatches #1263
Conversation
Deploy preview for react-redux-docs ready! Built with commit 622545d |
LGTM |
Well, that was all kinds of fun. @MrWolfZ : thanks for digging in to this one! |
Whoops, looks like this one went into I'll revert, figure out how to pull it into the alpha branch, then publish this as |
@markerikson I don't understand. This fix has nothing to do with the hooks alpha. It's a fix for the existing |
Drat. Y'know what, you're right. I misread this. Sorry, my bad. I'll get this back in and put out 7.0.3 shortly. |
Reset |
And 7.0.3 is out on NPM. Sorry about that, and thanks for catching my mistake! |
Thanks! This resolved our issues with 7.0.2 |
This PR fixes #1262 and should hopefully fix the problems described in #1226 as well.