Navigation Component CSS does not translate/stay the same across application.
Unanswered
Donskoy posted this in #help-forum
DonskoyOP

13 Replies
I face this too, but prod mode works fine
It’s a nextjs bug yeah but I can live with it
DonskoyOP
like am i in dev mode?
@joulev I face this too, but prod mode works fine
DonskoyOP
how do i check which mode im in? I'm using regular dev tools when i look for console errors
npm run build && npm start: prod mode
Deployed to vercel/netlify/anywhere: prod mode
DonskoyOP
run npm dev (in command line)
no actual server in place yet. im using google chrome
no actual server in place yet. im using google chrome
yes then it's a nextjs bug, it doesn't affect the app when you deploy it
so other than being annoying in dev mode it is harmless
DonskoyOP
aww man, they definitely need to patch it
DonskoyOP
odly enough, i imported tailwind to the assets page (no where else did i import it...) and it rendered properly. idk, but thought id share