React·Advanced·Conceptual·1 min read
What does suppressHydrationWarning do?
Short interview answer
It suppresses warnings for a limited element-level mismatch and is intentionally shallow. It should be reserved for unavoidable content differences, not broad tree errors.
Key takeaway
Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.