Skip to content

Commit

Permalink
Fix (false-positive) textlint error
Browse files Browse the repository at this point in the history
  • Loading branch information
smikitky committed Feb 7, 2019
1 parent 566d932 commit 4e6339f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/warnings/invalid-hook-call-warning.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Let's look at each of these cases.

## Mismatching Versions of React and React DOM

You might be using a version of `react-dom` (< 16.8.0) or `react-native` (< 0.59) that doesn't yet support Hooks. You can run `npm ls react-dom` or `npm ls react-native` in your application folder to check which version you're using. If you find more than one of them, this might also create problems (more on that below).
You might be using a version of `react-dom` (&lt; 16.8.0) or `react-native` (&lt; 0.60) that doesn't yet support Hooks. You can run `npm ls react-dom` or `npm ls react-native` in your application folder to check which version you're using. If you find more than one of them, this might also create problems (more on that below).

## Breaking the Rules of Hooks

Expand Down

0 comments on commit 4e6339f

Please sign in to comment.