dillon1000/react

Commit

[lint] Remove experimental gating useEffectEvent rules (#34660)

Stacked on https://github.com/facebook/react/pull/34637

`useEffectEvent` is now in canary so we need to remove this
`__EXPERIMENTAL__` gating on the rules and tests
Browse files
Changed paths4 files
First-parent comparison
M packages/eslint-plugin-react-hooks/__tests__/ESLintRuleExhaustiveDeps-test.js ModifiedM packages/eslint-plugin-react-hooks/__tests__/ESLintRulesOfHooks-test.js ModifiedM packages/eslint-plugin-react-hooks/src/rules/ExhaustiveDeps.ts ModifiedM packages/eslint-plugin-react-hooks/src/rules/RulesOfHooks.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…