From cd4c96a17f0f90c46e5d18bacbca1749e82c9ca9 Mon Sep 17 00:00:00 2001 From: Ricky Hanlon Date: Mon, 4 Mar 2024 17:25:39 -0500 Subject: [PATCH] Add hydration-mismatch link --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index e337b9890ce..8d610c26e0c 100644 --- a/vercel.json +++ b/vercel.json @@ -55,6 +55,11 @@ "destination": "/warnings/invalid-aria-prop", "permanent": false }, + { + "source": "/link/hydration-mismatch", + "destination": "/reference/react-dom/client/hydrateRoot#hydrating-server-rendered-html", + "permanent": false + }, { "source": "/link/switch-to-createroot", "destination": "/blog/2022/03/08/react-18-upgrade-guide#updates-to-client-rendering-apis",