Skip to content

Commit 716e889

Browse files
authored
Add hydration-mismatch link (#6678)
1 parent 265fa26 commit 716e889

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: vercel.json

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
"destination": "/warnings/invalid-aria-prop",
5656
"permanent": false
5757
},
58+
{
59+
"source": "/link/hydration-mismatch",
60+
"destination": "/reference/react-dom/client/hydrateRoot#hydrating-server-rendered-html",
61+
"permanent": false
62+
},
5863
{
5964
"source": "/link/switch-to-createroot",
6065
"destination": "/blog/2022/03/08/react-18-upgrade-guide#updates-to-client-rendering-apis",

0 commit comments

Comments
 (0)