-
Notifications
You must be signed in to change notification settings - Fork 46.8k
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
context should propagate across React.renderComponent() #1260
Comments
This would be great. I currently use |
👍 |
From what I've observed, context seems to only propagate to children that are explicitly created in |
👍 this functionality seems really useful |
At the very least it would be nice if |
I'm with @petehunt. Knowing that |
👍 Maybe the deprecation of |
Context is going to be parent-based, so this request is obsolete. Closing. |
I really want this to work: http://jsfiddle.net/RxRK8/
The text was updated successfully, but these errors were encountered: