Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting client server render error? #2015

Closed
vijayrawatsan opened this issue Oct 30, 2015 · 1 comment
Closed

Getting client server render error? #2015

vijayrawatsan opened this issue Oct 30, 2015 · 1 comment
Labels
docs Improvements or additions to the documentation duplicate This issue or pull request already exists package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.

Comments

@vijayrawatsan
Copy link

React attempted to reuse markup in a container but the checksum was invalid. This generally means that you are using server rendering and the markup generated on the server was not what the client was expecting. React injected new markup to compensate which works but you have lost many of the benefits of server rendering. Instead, figure out why the markup being generated is different on the client or server:
(client) :Roboto, sans-serif;-webkit-tap-highligh
(server) :Roboto, sans-serif;tap-highlight-color:

Is this the right place to post the issue? Or should ii move this to react issues?

@oliviertassinari
Copy link
Member

Can you have a look at #2007?
I'm closing it since it's a duplicate of #705.

@zannager zannager added duplicate This issue or pull request already exists docs Improvements or additions to the documentation package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5. labels Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation duplicate This issue or pull request already exists package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
Projects
None yet
Development

No branches or pull requests

3 participants