Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix 'Extra attributes from the server: style' warning in console

I'm create a React template use nextjs, but here is a warning Extra attributes from the server: style. I don`t use style attributes in my template. How can I fix this?

like image 376
Woadud Akand Avatar asked May 29 '19 05:05

Woadud Akand


1 Answers

After a bit of investigation, I found that the error was coming from an input component in my app. Specifically, for an input where type="password". I'm using LastPass so I tried turning it off and running the app again, and that seems to have solved the issue.

like image 63
Jake Avatar answered Oct 23 '22 04:10

Jake