Next.js Discord

Discord Forum

Warning: Invalid DOM property `class`. Did you mean `className`?

Answered
West African Crocodile posted this in #help-forum
Open in Discord
West African CrocodileOP
Anyone having this warning in your projects, i was searching net, and saw that usually this happens when i use "class" atribute in html elements instead of "className", but in my code it looks good so if anyone knows what am i doing wrong pls help 🤓

warning in terminal

some code at NavBar section..

Note: this is making all my tailwind not to work.
Answered by Anay-208
Replace class with className
View full answer

6 Replies

Answer
Like I’m some items in nav component there is class, but it should be className
West African CrocodileOP
yeah just saw that
thank you very much
❤️
it is working now