-
Notifications
You must be signed in to change notification settings - Fork 755
Uncaught ReferenceError: ReactDOM is not defined #371
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
Comments
http://stackoverflow.com/questions/33125669/uncaught-referenceerror-reactdom-is-not-defined O_o Why arent't the newest version of React on master ? |
It's actually already on master: https://github.com/reactjs/react-rails/blob/master/lib/assets/javascripts/react_ujs.js.erb#L57 |
The change from a single JS package to many modules has complicated the process for building React.js into the gem code, see full discussion here: #365 I'm on the road this week so I haven't had a chance to find a new way yet! |
Please try gem version |
Have the same error on fresh install. react-rails (1.10.0) |
thanks for fast reply! so I can not use |
You can. Go trough the answers on the stackoverflow question i posted. Loads of discussion and solutions there. |
I've checked answers, but I'm not calling |
@kukula Then you are asking at the wrong issue i guess. In this issue we discuss the problem with |
thank you, I'll create a new issue than. |
Freshly installed, when i tryed to run hello world program, this error hapened: Uncaught ReferenceError: ReactDOM is not defined
This is my react:
Its saved inside /app/assets/javascripts/components/test.js.jsx file.
Rails 4.2.4 With Ruby 2.2.3
The text was updated successfully, but these errors were encountered: