File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
10
10
### Fixed
11
11
* [ ` no-unused-state ` ] : avoid a crash on type-only gDSFP declarations ([ #3225 ] [ ] @ljharb )
12
12
* [ ` jsx-curly-brace-presence ` ] : the string "never" defaults to ` propElementValues ` as ` ignore ` ([ #3228 ] [ ] @ljharb )
13
- * [ ` propTypes ` ] : add ` VFC ` to react generic list ([ #3230 ] [ ] @ljharb )
13
+ * ` propTypes ` : add ` VFC ` to react generic list ([ #3230 ] [ ] @ljharb )
14
14
15
15
[ 7.29.3 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.2...v7.29.3
16
16
[ #3230 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3230
@@ -63,7 +63,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
63
63
* ` propTypes ` : Handle TSTypeReference in no-unused-prop-type ([ #3195 ] [ ] @niik )
64
64
* [ ` sort-prop-types ` ] : avoid repeated warnings of the same node/reason ([ #519 ] [ ] @ljharb )
65
65
* [ ` jsx-indent ` ] : Fix indent handling for closing parentheses ([ #620 ] [ ] @stefanbuck ] )
66
- * [ ` prop-types ` /` propTypes ` ] : follow a returned identifier to see if it is JSX ([ #1046 ] [ ] @ljharb )
66
+ * [ ` prop-types ` ] /` propTypes ` : follow a returned identifier to see if it is JSX ([ #1046 ] [ ] @ljharb )
67
67
* [ ` no-unused-state ` ] : TS: support ` getDerivedStateFromProps ` as an arrow function ([ #2061 ] [ ] @ljharb )
68
68
* [ ` no-array-index-key ` ] : catch ` .toString ` and ` String() ` usage ([ #2813 ] [ ] @RedTn )
69
69
* [ ` function-component-definition ` ] : do not break on dollar signs ([ #3207 ] [ ] @ljharb )
You can’t perform that action at this time.
0 commit comments