This is a reference entry from React error codes. A full explanation with fixes has not been written yet.
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
%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.