Skip to content

process is not defined #525

@alinz

Description

@alinz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions