-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
not re-rendering on redux #1
Comments
Any chance you could share your configuration or an example of this. I'm happy to debug and fix it for you. |
Had a think. Yep this is my issue. As a temp fix change your code so that the SizeMe HOC call is the last in your compose stack. E.g.
I'll release a fix tomorrow. Out celebrating Liverpool's epic win! :-D |
thanks :) congratulations, great club and and great game |
Thanks! All sorted on your bug. Thanks for the report! 💖 |
thanks :) |
its not working with redux, the reducers are not re-rendering the component
I'm using the default configuration and any actions that i trigger on the container are only presented to the screen after a window resize.
The text was updated successfully, but these errors were encountered: