Variable in Next.JS project has changed its value without assignment – Debian
I've encountered some very strange behavior. I have a bigger project, but for demonstration purposes the following simple Next.JS application would suffice, I think. Steps to reproduce: Create a simple Next.JS project: npx create-next-app my-next-app --ts Add following 2 files…