AntiPattern
Hydration and Cache Mismatch
stale-cache-hydration-mismatch
Stale or incorrectly cached server-derived data gets used during rendering because cache tags and assumptions (e.g., “data is defined” or “never hydrated”) don’t match the actual fetch/hydration boundaries, causing headers and client state to diverge.