You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
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') ); `The text was updated successfully, but these errors were encountered: