Encountering a strange issue that seems to only occur on Vercel.
The error message reads:
Uncaught Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
This error is triggered by the following line of code:
const result = Intl.DateTimeFormat().resolvedOptions().timeZone.replace(/^.*\//, "")
We have confirmed that this issue does not manifest when running the code locally in development or production mode. It only arises after deployment to Vercel.
Any thoughts on how to resolve this?