mirror of
https://github.com/temetro/temetro.git
synced 2026-07-26 11:58:14 +00:00
01e345c3e1
Extensions like ColorZilla inject attributes (cz-shortcut-listen) into <body> before React hydrates, causing a benign hydration mismatch. suppressHydrationWarning on <body> is the standard fix; it only ignores attribute diffs on <body> itself, not its children. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>