You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title basically says it all, not sure what happens, I installed latest theme-ui 0.2.44 and all index files in /dist are missing the NODE_ENV part from this line packages/theme-ui/src/provider.js#L87
I'm using it with typescript, webpack and electron
Fixing the line manually in node_modules works fine
Update: in another electron project, using babel instead of typescript is works despite the fact that the lines look the same and NODE_ENV is missing as well