Using the optional chaining operator with process (process?.env) throws aReferenceErrorstating thatprocess is not defined. I originally encountered this behaviour because a dependency is using that syntax, then
Then, whenever I save a file, I get the following "Uncaught ReferenceError: process is not defined" error in the browser console. VM27:2 Uncaught ReferenceError: process is not defined at Object.4043 (<anonymous>:2:13168) at r (<anonymous>:2:306599) at Object.8048 (<anonymous>:2:9496...