Created by: gaearon
Changelog: https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md
Note some of these will likely cause false positives:
- https://github.com/facebook/react/pull/18722
- https://github.com/facebook/react/pull/18341
- https://github.com/facebook/react/pull/16455
People who get them will likely complain because it's really annoying. But we think the change itself is worth it and it's a bitter pill we need to swallow now rather than prolong it. The workaround, as always, is to disable-line
the ones that are false positives and, ideally, rename them in code.