Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

react-intl server rendering and the markup generated on the server was not what the client was expecting #85

Open
hank7444 opened this issue Oct 14, 2015 · 0 comments

Comments

@hank7444
Copy link

@gpbl have a good idea?

Warning: 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) esh_today.0">Aujourd&#x27;hui</span></a>
 (server) esh_today.0">Aujourd'hui</span></a><a cl
@hank7444 hank7444 changed the title intl server rendering and the markup generated on the server was not what the client was expecting react-intl server rendering and the markup generated on the server was not what the client was expecting Oct 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant