Skip to content
JS
React error

React error #42

You're trying to render a component to the document using server rendering but the checksum was invalid. This usually means you rendered a...

Reference entryReactFetched
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:
%s
As listed by React error codes

%s is filled in by React at runtime.

Category
Minified React error
Severity
error
Runtime
both
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: React error codes. Data fetched 2026-09-25T01:43:12.926Z.