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 have created a new NextJS project. I did not change anything, after installing the project I ran the app. It is not running properly and is giving an error. As shown in the image above.
Try in incognito mode, if that works, most likely, it is a chrome extension of yours that's injecting HTML to the page, before React takes over.
You can either, disable the extension, typically Grammarly, or others, not sure which one could be causing the issue for you, or use supressHydrationWarning, on whichever element has this issue, the body element likely.
Link to the code that reproduces this issue
https://github.com/arburhan/chemni-pro
To Reproduce
Current vs. Expected behavior
I have created a new NextJS project. I did not change anything, after installing the project I ran the app. It is not running properly and is giving an error. As shown in the image above.
Provide environment information
Which area(s) are affected? (Select all that apply)
create-next-app
Which stage(s) are affected? (Select all that apply)
next dev (local), next start (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: