Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardReacthydration mismatchesSingle-choice MCQ

This component renders fine client-side but throws a hydration error in production SSR. What is the precise under-the-hood reason, beyond 'the values differ'?

function Greeting() { return <p>Rendered at {Date.now()}</p>; }