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

fix for batched updates addon from CDN version of react with 0.14.x #169

Merged
merged 1 commit into from
Mar 5, 2016

Conversation

prasannavl
Copy link
Contributor

Use the exposed export from "react-dom".

Despite its name, all the other exports also refer to the same unstable version of React batched updates. This fixes the application crashing during navigation when used with a CDN version of react.

Note: This is an organic change. Will have to be changed again once the "unstable" tag is dropped.

@prasannavl
Copy link
Contributor Author

This should also fix: #58 and #59

@STRML
Copy link
Owner

STRML commented Mar 5, 2016

Thanks for this.

STRML added a commit that referenced this pull request Mar 5, 2016
fix for batched updates addon from CDN version of react with 0.14.x
@STRML STRML merged commit a7dc0db into STRML:master Mar 5, 2016
@STRML
Copy link
Owner

STRML commented Mar 5, 2016

0.31.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants