Warning: Invalid DOM property `class`. Did you mean `className`?
Answered
West African Crocodile posted this in #help-forum
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.
warning in terminal
some code at NavBar section..
Note: this is making all my tailwind not to work.
6 Replies
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