mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Fix typo (#2183)
This commit is contained in:
committed by
Alexey Pyltsyn
parent
40ae16ac09
commit
975b4d2adb
@@ -569,7 +569,7 @@ Depending on your use case, there are a few more options described below.
|
||||
|
||||
>Note
|
||||
>
|
||||
>We provide the [`exhaustive-deps`](https://github.com/facebook/react/issues/14920) ESLint rule as a part of the [`eslint-plugin-react-hooks`](https://www.npmjs.com/package/eslint-plugin-react-hooks#installation) package. It help you find components that don't handle updates consistently.
|
||||
>We provide the [`exhaustive-deps`](https://github.com/facebook/react/issues/14920) ESLint rule as a part of the [`eslint-plugin-react-hooks`](https://www.npmjs.com/package/eslint-plugin-react-hooks#installation) package. It helps you find components that don't handle updates consistently.
|
||||
|
||||
Let's see why this matters.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user