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?
Solution
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.