RMD007 — Server and client rendered different output
Hydration found the client rendering something other than what the server sent, so nodes were replaced instead of adopted.
Usually a value that differs by nature (Date, Math.random), a browser-only API read during a
render, or a branch on the environment inside render(). See
hydration mismatches for the two-pass pattern that fixes it.
Next
- All diagnostics — every code the framework can report.
- Checking your app — the faults proved from the source, before anything runs.