-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Description
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.
const createStoreWithMiddleware = applyMiddleware(thunk)(createStore);
const reducer = combineReducers(reducers);
const store = createStoreWithMiddleware(reducer);
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.
Metadata
Metadata
Assignees
Labels
No labels