compulim/react-scroll-to-bottom

ReferenceError: process is not defined

Closed this issue · 2 comments

I am getting process is not defined.

react-scroll-to-bottom

Getting this too. I'm trying to run a react app in Electron, and so process is not a global variable (unless I make the app insecure by enabling node integration).

This should be fixed, we removed process.env usage from debug.js.

Please open a new issue if you are seeing it again.