We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da1af1 commit cbfaa4bCopy full SHA for cbfaa4b
CHANGELOG.md
@@ -4,7 +4,11 @@
4
5
- refactor: JSX fragments related rules no longer rely on `jsxPragma` and `jsxFragmentPragma` settings to perform their checks
6
- refactor: improve applicability of the `no-useless-fragment` and `prefer-shorthand-fragment` rules
7
-- refactor: deprecate `settings["react-x"].jsxPragma` and `settings["react-x"].jsxFragmentPragma`
+- refactor: deprecate `settings["react-x"].jsxPragma` and `settings["react-x"].jsxFragmentPragma` as they are no longer needed by any rules
8
+
9
+### 🐞 Fixes
10
11
+- fix(plugins/hooks-extra): fix `call` and `new` expression related false positives in `no-unnecessary-use-memo` and `no-unnecessary-use-callback`
12
13
## v1.22.2 (Mon 30 Dec 2024)
14
0 commit comments