File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
18
18
* [ Docs] [ ` jsx-no-bind ` ] : updates discussion of refs ([ #2998 ] [ ] @dimitropoulos )
19
19
* [ Refactor] ` utils/Components ` : correct spelling and delete unused code ([ #3026 ] [ ] @ohhoney1 )
20
20
* [ Docs] [ ` jsx-uses-react ` ] , [ ` react-in-jsx-scope ` ] : document [ ` react/jsx-runtime ` ] config ([ #3018 ] [ ] @pkuczynski @ljharb )
21
+ * [ Docs] [ ` require-default-props ` ] : fix small typo ([ #2994 ] [ ] @evsasse )
21
22
22
23
[ #3026 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3026
23
24
[ #3025 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3025
@@ -26,6 +27,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
26
27
[ #3006 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3006
27
28
[ #3001 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3001
28
29
[ #2998 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2998
30
+ [ #2994 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2994
29
31
[ #2992 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2992
30
32
31
33
## [ 7.24.0] - 2021.05.27
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ MyStatelessComponent.propTypes = {
342
342
343
343
## When Not To Use It
344
344
345
- If you don't care about using ` defaultsProps ` for your component's props that are not required, you can disable this rule.
345
+ If you don't care about using ` defaultProps ` for your component's props that are not required, you can disable this rule.
346
346
347
347
# Resources
348
348
- [ Official React documentation on defaultProps] ( https://facebook.github.io/react/docs/typechecking-with-proptypes.html#default-prop-values )
You can’t perform that action at this time.
0 commit comments