-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minified React Error w/ Next.js and Vercel #146
Comments
https://reactjs.org/docs/error-decoder.html/?invariant=418 please check what cause the mismatch during hydration, I guess you should get some errors in your console in dev env as well |
Hey @nihgwu, You can check out my application in production at lab.hxrsh.in/posts/toasts for more information if that's helpful. |
@harshhhdev still have no idea, but this error https://reactjs.org/docs/error-decoder.html/?invariant=423 looks weird because there is ErrorBoundary in react-runner |
Would you have any ideas on how to go about fixing it @nihgwu? Any other information I can provide? I'd be glad to add you into the repository. |
@harshhhdev If you think it's fine then I'm happy to debug with the source code |
Hey, @nihgwu You can find it at harshhhdev/experiments. |
@harshhhdev looks more like a bug in Next this will trigger the error
while this doesn't
|
I've deployed
react-runner
into production in Vercel using Next.js, but for some reason I get this minified react error logged into the console and the code editor doesn't run properly as the output is blank.For context, this works perfectly fine in dev. I'll attach screenshots below. The first is in development, the second in production:
The text was updated successfully, but these errors were encountered: