Skip to content
This repository was archived by the owner on Nov 17, 2017. It is now read-only.
This repository was 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

@hank7444

Description

@hank7444

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions