Skip to content
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

Support React 0.14 #31

Merged
merged 1 commit into from
Oct 19, 2015
Merged

Support React 0.14 #31

merged 1 commit into from
Oct 19, 2015

Commits on Oct 19, 2015

  1. Support React 0.14 and stop exposing the instances

    We can't reliably retrieve the instances now because React 0.14 pure components don't have them.
    Instead, it is now the consumer's responsibility to update the rendered tree.
    We will eventually make this smoother when React exposes an official DevTools API.
    gaearon committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    76d614f View commit details
    Browse the repository at this point in the history