-
-
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
Changing mapStateToProps doesn't hot reload? #115
Comments
Yeah, with the tooling overhaul it's a bit of grey area right now. Let's keep it open. |
Let's track this in gaearon/babel-plugin-react-transform#26 instead. You can also keep using React Hot Loader until it is fixed. With React Hot Loader, |
You might be interested in reduxjs/redux#1455. |
This is fixed in React Hot Loader 3. |
@gaearon Great stuff! ran into this today when teaching redux to someone. I'll give it a whirl :) |
Not sure if this is expected or not. But when updating
mapStateToProps
components don't seem to re-execute the mapStateToProps function.The text was updated successfully, but these errors were encountered: