You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x ] I have searched the issues of this repository and believe that this is not a duplicate.
I am getting the following error in my React / Next.js app: Warning: Did not expect server HTML to contain a style in div.
This affects the way the page is rendered, with a lot of content either not rendered or without styles. I have not been able to pinpoint the origin of this error and have tried different things, i.e. configuring the _document.js page.
The text was updated successfully, but these errors were encountered:
voigtd
changed the title
Getting this error => "Warning: Did not expect server HTML to contain a <style> in <div>."
Getting the following error: "Warning: Did not expect server HTML to contain a <style> in <div>."
Nov 6, 2017
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am getting the following error in my React / Next.js app:
Warning: Did not expect server HTML to contain a style in div.
This affects the way the page is rendered, with a lot of content either not rendered or without styles. I have not been able to pinpoint the origin of this error and have tried different things, i.e. configuring the _document.js page.
The text was updated successfully, but these errors were encountered: