-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
doesnt work with pure render mixin #866
Comments
I believe this to be a duplicate of #470. I currently solve this by having my own mixin where I explicitly subscribe to my own Really, the underlying issue is React's: facebook/react#2517 |
cool - didnt get anything when i searched for "pure" but that is def a duplicate. will keep an eye on that |
This issue still occours |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
since the route is essentially a new form of state the react pure render mixin doesn't work out of the box. i wrote one that does work that could be used instead
not sure if this is just a documentation item or something you want to put in the repo
The text was updated successfully, but these errors were encountered: