Skip to content

Commit 67e130f

Browse files
committed
eslint-plugin-react-hooks@4.0.3
1 parent bb2239d commit 67e130f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

packages/eslint-plugin-react-hooks/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.0.3
2+
* Remove the heuristic that checks all Hooks ending with `Effect` due to too many false positives. ([@gaearon](https://github.com/gaearon) in [#19004](https://github.com/facebook/react/pull/19004))
3+
14
## 4.0.2
25
* Prevent Hooks that have `Effect` in the middle from being considered effects. ([@surgeboris](https://github.com/surgeboris) in [#18907](https://github.com/facebook/react/pull/18907))
36

packages/eslint-plugin-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-react-hooks",
33
"description": "ESLint rules for React Hooks",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/react.git",

0 commit comments

Comments
 (0)