React Js: why is process.env.REACT_APP_GA_ID undefined only when in production (netlify)

11 Views Asked by At

In development I get valid data from process.env.REACT_APP_GA_ID, but when I push to production, I get "undefined" why?

0

There are 0 best solutions below