-
Notifications
You must be signed in to change notification settings - Fork 84
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
document is not defined #99
Comments
Traced to |
Ditto |
I've traced the error to webpack-dev-server/client/index.js#L4, which is included as I think I know how to get HMR working with the new web worker in RN 0.12 (at least in a hacky way). More info soon 😄 |
See #103 for the full explanation & temporary fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fresh react-native 0.12 project. Add server and running off master a58a670
Uncaught Error: Uncaught ReferenceError: document is not definedmessageHandlers.executeApplicationScript @ debuggerWorker.js:18onmessage @ debuggerWorker.js:42
The text was updated successfully, but these errors were encountered: