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 was archived by the owner on Jan 16, 2018. It is now read-only.
I use react 15.2.1 now, so there are some changes with React syntax (React.renderComponentToString --> ReactDOMServer.renderToString, React.renderComponent --> ReactDOM.render). But after I change it, there are errors that stated that "document is not defined" while generating page.generated.js in document.getElementById("content"), any explanation for this error?