-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
locals[0] does not appear to be a module
object with Hot Module Replacement API enabled.
#8463
Comments
cc @grabbou I believe we had faced the same issue. @LeBlaaanc can you provide a sample project demonstrating the issue? |
@satya164 does it just straight out of |
Yeah, had it as well, cc: @martinbigio as you were looking for other repros. |
I've faced same issue after upgrading from 0.28 to 0.29 RC0. |
please check this #8091 |
I'm facing the same issue. |
If I leave dev=true then I'm not able to have a production build, I'm stuck with the slow dev version :( |
Having the same issue on |
I just randomly started experiencing this as well, anyone find a solution? |
Been seeing this issue for multiple releases. Developing without it is extremely frustrating |
Hi guys, I understand that this is not a good compromise if you want to develop with hot reloading and |
For me this error occurs in Dev mode, when "JS Dev Mode" is disabled, but "Enable Hot Reloading" is also enabled. Disabling "Enable Hot Reloading" fixes it, but sometimes you want hot reloading without JS dev mode enabled. |
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally! If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution. |
I'm getting the following error after enabling hot reloading (iOS Simulator and Device):
This is after a fresh install of 0.28 using
react-native init Home
, upgrading React and RN to^15.2.0-rc.1
and^0.29.0-rc.0
respectively, then runningreact-native upgrade
. Node version is 6.1.0 but also did it in 4.The text was updated successfully, but these errors were encountered: