Skip to content

Commit 93446b6

Browse files
committed
nit
1 parent 532a300 commit 93446b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/warnings/invalid-hook-call-warning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If you use Node for package management, you can run this check in your project f
9595

9696
npm ls react
9797

98-
If you see more than one React, you'll need to figure out why this happens and fix your dependency tree. For example, maybe a library you're using incorrectly specifies `react` as a dependency (rather than a peer dependency). Until such a library is fixed, [Yarn resolutions](https://yarnpkg.com/lang/en/docs/selective-version-resolutions/) is one possible workaround.
98+
If you see more than one React, you'll need to figure out why this happens and fix your dependency tree. For example, maybe a library you're using incorrectly specifies `react` as a dependency (rather than a peer dependency). Until that library is fixed, [Yarn resolutions](https://yarnpkg.com/lang/en/docs/selective-version-resolutions/) is one possible workaround.
9999

100100
You can also try to debug this problem by adding some logs and restarting your development server:
101101

0 commit comments

Comments
 (0)