Skip to content

Commit 827021c

Browse files
authored
Changelog for [email protected]
1 parent 2b77ab2 commit 827021c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.3.0
2+
3+
* Support ESLint 8. ([@MichaelDeBoey](https://github.com/MichaelDeBoey) in [#22248](https://github.com/facebook/react/pull/22248))
4+
* Fix a crash with an empty effect. ([@ChrisRu](https://github.com/ChrisRu) in [#20385](https://github.com/facebook/react/pull/20385))
5+
* Improve the error message. ([@callmetwan](https://github.com/callmetwan) in [#20692](https://github.com/facebook/react/pull/20692))
6+
* Handle optional chained methods as dependency. ([@AriPerkkio](https://github.com/AriPerkkio) in [#20247](https://github.com/facebook/react/pull/20247))
7+
* Assume the new `useTransition` signature in the rule. ([@rickhanlonii](https://github.com/rickhanlonii) in [#20976](https://github.com/facebook/react/pull/20976))
8+
19
## 4.2.0
210

311
* No changes, this was an automated release together with React 17.

0 commit comments

Comments
 (0)