You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website/content/docs/roadmap.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ Minimum supported versions:
16
16
17
17
-[ ]`react-hooks-extra/no-direct-set-state-in-use-effect` - Replaced by `react-x/set-state-in-effect` (TBD)
18
18
19
+
### Removed Plugins
20
+
21
+
-[ ]`eslint-plugin-react-hooks-extra` - No longer needed as all relevant rules have been migrated to `eslint-plugin-react-x` or replaced by new introduced rules from `eslint-plugin-react-hooks` (TBD)
22
+
19
23
## Milestone 3.0 (TBD)
20
24
21
25
### System Requirements
@@ -26,10 +30,6 @@ Minimum supported versions:
26
30
-[x] ESLint: 9.36.0
27
31
-[x] TypeScript: 5.9.2
28
32
29
-
### Add auto-fix feature to rules that can be auto-fixed safely
30
-
31
-
-[ ]`react-x/function-component-definition`
32
-
33
33
### New Rules
34
34
35
35
-[ ]`react-x/set-state-in-effect` - Validates against calling `setState` synchronously in an effect, which can lead to re-renders that degrade performance (TBD)\
0 commit comments