react/packages/eslint-plugin-react-hooks/__tests__
Andrew Clark a8500be893
Add `startTransition` as a known stable method (#19720)
The `startTransition` method returned from `useTransition` is a stable
method, like `dispatch` or `setState`. You should not have to specify
it as a hook dependency.
2020-08-28 16:44:39 -07:00
..
ESLintRuleExhaustiveDeps-test.js Add `startTransition` as a known stable method (#19720) 2020-08-28 16:44:39 -07:00
ESLintRulesOfHooks-test.js Added clear message for functional component starting with lowercase (#18881) 2020-05-10 01:52:11 +01:00