NextJS basic setup error
Answered
let headache = null() posted this in #help-forum
once i do
npm i create-next-app@latest
it creates as usual but after then i try running with npm run dev
and it shows this error on the web.Answered by Yi Lon Ma
This might be one of your extensions, try to run the same website in safe mode or in incognito where there are no extensions and then see
11 Replies
@let headache = null() once i do `npm i create-next-app@latest` it creates as usual but after then i try running with `npm run dev` and it shows this error on the web.
This might be one of your extensions, try to run the same website in safe mode or in incognito where there are no extensions and then see
Answer
you can suppress it
add
supressHydrationWarning
to your body tagoh hack yea it was an extension
which i recently added
though I won't recommend this, if you can disable that extension or develop in another browser, that would be great
@Yi Lon Ma though I won't recommend this, if you can disable that extension or develop in another browser, that would be great
i just disabled it and thank you so much