I've been running a webapp for a few weeks but after the most recent update the production version causes a ton of errors while preview works just fine. After hours of debugging I found out that the package.json differs between v0 and the deployed version, and instead of using a pinned version of one of the dependencies (like in v0), it's simply "latest" in the Vercel deployment. It seems this is causing the issues in production. Has anyone experienced similar issues?