Skip to content

Instantly share code, notes, and snippets.

@koba04
Created September 24, 2014 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koba04/8476deae127941a47ef5 to your computer and use it in GitHub Desktop.
Save koba04/8476deae127941a47ef5 to your computer and use it in GitHub Desktop.
Uncaught Error: Invariant Violation: You're trying to render a component to the document using server rendering but the checksum was invalid. This usually means you rendered a different component type or props on the client from the one on the server, or your render() methods are impure. React cannot handle this case due to cross-browser quirks by rendering at the document root. You should look for environment dependent code in your components and ensure the props are the same client and server side.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment