Skip to content

Commit 69b95a6

Browse files
authored
Add /warnings/version-mismatch (#6909)
1 parent a25bd4b commit 69b95a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
"destination": "https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html",
160160
"permanent": false
161161
},
162+
{
163+
"source": "/warnings/version-mismatch",
164+
"destination": "/warnings/invalid-hook-call-warning#mismatching-versions-of-react-and-react-dom",
165+
"permanent": false
166+
},
162167
{
163168
"source": "/reference/react/directives",
164169
"destination": "/reference/rsc/directives",

0 commit comments

Comments
 (0)