Skip to content

Commit 19e6a0c

Browse files
chore: change to correct link (#5708)
1 parent 399e8ce commit 19e6a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/content/reference/react/StrictMode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ root.render(
7777
);
7878
```
7979

80-
We recommend wrapping your entire app in Strict Mode, especially for newly created apps. If you use a framework that calls [`createRoot`](/reference/react/createRoot) for you, check its documentation for how to enable Strict Mode.
80+
We recommend wrapping your entire app in Strict Mode, especially for newly created apps. If you use a framework that calls [`createRoot`](/reference/react-dom/client/createRoot) for you, check its documentation for how to enable Strict Mode.
8181

8282
Although the Strict Mode checks **only run in development,** they help you find bugs that already exist in your code but can be tricky to reliably reproduce in production. Strict Mode lets you fix bugs before your users report them.
8383

0 commit comments

Comments
 (0)