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
*[`no-typos`]/[`no-unused-prop-types`]/propType detection: Support typescript props interface extension and TSTypeAliasDeclaration ([#2721][]@hank121314)
14
+
*[`no-this-in-sfc`]/component detection: add arrow function to list of allowed position for component ([#2708][]@jzabala)
15
+
*[`no-access-state-in-setstate`]: add check for class component ([#2711][]@jzabala)
16
+
*[`prop-types`]/component detection: avoid a crash when a local `createElement` identifier exists ([#2733][]@ljharb)
17
+
18
+
### Changed
19
+
*[`no-unused-prop-types`]: add test assigning this.props to a variable
0 commit comments