v1.1.0
Added
- An override to react/jsx-props-no-spreading. Prop spreading on components is now allowed (e.g.
<App {...props} />
. - An override to react/static-property-placement.
defaultProps
can now be declared at the top of a class definition.
<App {...props} />
.defaultProps
can now be declared at the top of a class definition.