You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been experimenting with this repository for a while. It runs smoothly in development mode, but crashes in production. The console reports a "Minified React error #418", indicating a "Hydration failed because the server rendered HTML didn't match the client." error.
Steps to reproduce:
git clone https://github.com/rphlmr/remix-hono-vite
cd remix-hono-vite
pnpm i
pnpm run build
pnpm start
Environment:
Node.js v20.11.1
MacOS on M1 Pro
Upon visiting http://localhost:3000/, the page fails to load properly, displaying several errors in the console:
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Uncaught Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
I have tried removing all browser extensions, but this has not resolved the issue.
Hello,
I've been experimenting with this repository for a while. It runs smoothly in development mode, but crashes in production. The console reports a "Minified React error #418", indicating a "Hydration failed because the server rendered HTML didn't match the client." error.
Steps to reproduce:
git clone https://github.com/rphlmr/remix-hono-vite cd remix-hono-vite pnpm i pnpm run build pnpm start
Environment:
Upon visiting http://localhost:3000/, the page fails to load properly, displaying several errors in the console:
I have tried removing all browser extensions, but this has not resolved the issue.
And I found this issue seems similar to: remix-run/remix#2570
Does this happen in your environment?
Any assistance would be greatly appreciated. Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: