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

Old React version in examples #2604

Closed
smedegaard opened this issue Nov 26, 2014 · 0 comments · Fixed by #2610
Closed

Old React version in examples #2604

smedegaard opened this issue Nov 26, 2014 · 0 comments · Fixed by #2610

Comments

@smedegaard
Copy link

Hi. In the examples included in the Getting started kit from http://facebook.github.io/react/docs/getting-started.html the version of react defined in package.json in the "basic-commonjs" example is set to 0.10.0.
In order for the example to work as expected it should be 0.12.0
Also using Browserify and Reactify to compile build.js fails because of a missing jsx header in index.js
/** @jsx React.DOM */
I have not tested this in other examples

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 a pull request may close this issue.

1 participant