-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
process is not defined #525
Comments
I believe this is because react-native's JavaScriptCore env doesn't have v8's And after some moment if this project will only need to support react-native version which include facebook/react-native#2279 polyfill. Then, we can drop all of |
Argh, this is really frustrating. Second time I'm burned by this. |
Should be fixed in 1.0.1. |
Awesome, Thank you @gaearon! |
Hello,
First of all I would like to give you a big thank.
So, I had no problem with 1.0.0-rc until I removed the node_modules and install everything again. what I found was red death screen which complains about
process is not defined
. At the first, I thought I missed something and I started debugging the code.Here's the code which causes the issue.
combineReducers
method cause the whole thing to crash. I have not changed any code on my side.So has anyone have this problem? Have you guys pushed code into 1.0.0-rc branch? It used to work.
The text was updated successfully, but these errors were encountered: