-
Notifications
You must be signed in to change notification settings - Fork 49
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
React v16.7.0-alpha, hooks #23
Comments
Seems like to be a syntax error. What version of Node are you running? |
node 11.3.0 |
My prerender entry is running regular react-dom render. Hooks are not yet support for 'react-dom/server' e.g. 'renderToString'
|
Did you ever find the root cause for this? There isn't really anything in prerender-loader that seems like it would cause this. Maybe it's an issue with React 16.7 + JSDOM? |
I'm using 16.8.0-alpha.0 and hooks, does not seem any weirdness yet. Everything works fine. |
Something up with the latest react hooks stuff. I'm trying to narrow it down but no luck so far.
Error: Uncaught [TypeError: Cannot read property 'network' of null]
result = window.eval(output + '\nPRERENDER_RESULT');
The text was updated successfully, but these errors were encountered: