Tag: sanity
-
Next.js getStaticProps error in production. GraphQL Apollo client not rendering variable, instead getting error: Type error: No value exists in scope
0 My code seems to work in development but when I step away from the local environment, i get an error: Type error: No value exists in scope for the shorthand property ‘currentTime’. Either declare one or provide an initializer. I am using Next.js and Typescript. I am not sure if this is a type…