-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Solved Hydration Issue #90
base: main
Are you sure you want to change the base?
Solved Hydration Issue #90
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, While running the code I encountered these errors.
I also tried running the the same code in github codespaces (to ensure that these errors are not only specific to my machine)
While testing, I found that on the first run the site does not throw any error, but when I stop the server and restart it, these error appears. Please take a look
Even I ran in github codespaces I not encountered any error. Even when I ran multiple times. Media1.2.mp4 |
I see, We are running different versions of next.js maybe because of that we have different outcomes. |
Maintainers please reply |
Please check your package.json file, the next.js version is specified there. Line 38 in a7678e3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these changes relevant to the issue? if yes please leave an explanation about what you did.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please leave an explanation about how this solves the issue? I suggest we avoid delayed rendering of the providers and their children, this can affect the server side build of the project and may cause performance issues.
I see in your recording we have package-lock.json, which means you are installing packages using |
Solved the turbopack issue #10
Adding a video for verification purposes
Media1.mp4