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
Make an Simple Component and Import it on your app/page.js
Now run your project using npm run dev
package.json should contain
"scripts": {
"dev": "next dev --turbopack"
}
When viewing The project, The hydration Error will Occur
Current vs. Expected behavior
Current Behaviour
When Viewing the project on localhost, It causes An hydration Error
SS:
It occurs in Ingonito too, so its unlikely that it's caused by some browser extension
When removing Turbopack and re-hosting the project, The hydration error doesnt Occur
Expected Behaviour
Expected Behaviour is that hydration doesnt occur
next version used in project is 15.1.2
Provide environment information
Operating System:
Platform: win32
Arch: x64
Version: Windows 10 Pro
Available memory (MB): 8114
Available CPU cores: 4
Binaries:
Node: 20.13.1
npm: 10.8.2
Yarn: N/A
pnpm: N/A
Relevant Packages:
next: 15.1.2
eslint-config-next: 15.1.2
react: 19.0.0
react-dom: 19.0.0
typescript: 5.7.2
Next.js Config:
output: N/A
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Link to the code that reproduces this issue
https://github.com/Aman-pandey-5909/EventManager/tree/main/client
To Reproduce
npm run dev
Current vs. Expected behavior
Current Behaviour
When Viewing the project on localhost, It causes An hydration Error
SS:
It occurs in Ingonito too, so its unlikely that it's caused by some browser extension
When removing Turbopack and re-hosting the project, The hydration error doesnt Occur
Expected Behaviour
Expected Behaviour is that hydration doesnt occur
next version used in project is 15.1.2
Provide environment information
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: