-
Notifications
You must be signed in to change notification settings - Fork 375
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
[Bug?]:Error: Hydration Mismatch. Unable to find DOM nodes for hydration key: 0-0-0-0-0-0-0-0-1-0-0-0-1-0-0-0-0-0-1 #1473
Comments
Does this happen after restarting the dev server. There is a known bug: #1286 |
@ryansolid tested also with v1, when adding new route this error happens, but after shutting down vite and restart is working. |
Based on my experience, encountering such issues is usually due to:
Generally, restarting the development server resolves the issue. Sometimes, it's also necessary to delete the |
working only when removing |
same issue happened to me when creating |
A hard reload on the browser (Ctrl+Shift+R) seems to solve it for me |
I have had this problem as well. The problem goes away when I disable the browser cache. |
removing |
same problem |
I am facing the same issue. Temporary Solution: |
This can be closed after vixi minor version is released. |
Duplicates
Latest version
Current behavior 😯
Whenever i create a route with folders like
routes/admin/dash.tsx
this error happens when accessing that page.Expected behavior 🤔
The page should render as normal.
Steps to reproduce 🕹
Steps:
Context 🔦
No response
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: