mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Changelog for eslint-plugin-react-hooks@4.3.0
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
## 4.3.0
|
||||
|
||||
* Support ESLint 8. ([@MichaelDeBoey](https://github.com/MichaelDeBoey) in [#22248](https://github.com/facebook/react/pull/22248))
|
||||
* Fix a crash with an empty effect. ([@ChrisRu](https://github.com/ChrisRu) in [#20385](https://github.com/facebook/react/pull/20385))
|
||||
* Improve the error message. ([@callmetwan](https://github.com/callmetwan) in [#20692](https://github.com/facebook/react/pull/20692))
|
||||
* Handle optional chained methods as dependency. ([@AriPerkkio](https://github.com/AriPerkkio) in [#20247](https://github.com/facebook/react/pull/20247))
|
||||
* Assume the new `useTransition` signature in the rule. ([@rickhanlonii](https://github.com/rickhanlonii) in [#20976](https://github.com/facebook/react/pull/20976))
|
||||
|
||||
## 4.2.0
|
||||
|
||||
* No changes, this was an automated release together with React 17.
|
||||
|
||||
Reference in New Issue
Block a user