Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

React Template Update #86

Open
rlye opened this issue Jul 4, 2016 · 0 comments
Open

React Template Update #86

rlye opened this issue Jul 4, 2016 · 0 comments

Comments

@rlye
Copy link

rlye commented Jul 4, 2016

I believe the React.js template needs to be updated.

The script.jsx file should be updated from:

`
React.render(

Rendered from script.jsx!

, document.getElementById('example') ); `

to:
`
ReactDOM.render(

Rendered from script.jsx!

, document.getElementById('example') ); `
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant