Skip to content

Commit 5a0d715

Browse files
committed
tweaks
1 parent 7b0ac05 commit 5a0d715

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
@@ -115,7 +115,7 @@ This problem can also come up when you use `npm link` or an equivalent. In that
115115

116116
>Note
117117
>
118-
>In general, React supports using multiple independent copies on one page (for example, if an app and a third-party widget both use it). It only breaks if you call `ReactDOM.render()` for a component with a different `require('react')` than seen by `react-dom`.
118+
>In general, React supports using multiple independent copies on one page (for example, if an app and a third-party widget both use it). It only breaks if `require('react')` resolves differently between the component and the `react-dom` copy it was rendered with.
119119
120120
## Other Causes
121121

0 commit comments

Comments
 (0)