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
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
As of v7.0.0, eslint-react-plugin gives this deprecation warning:
The react/jsx-space-before-closing rule is deprecated. Please use the react/jsx-tag-spacing rule with the "beforeSelfClosing" option instead.
Need to update our usage of this rule. v7 also updates its no-deprecated rule to add warnings for React 15.5's deprecation of React.PropTypes and React.createClass.
The text was updated successfully, but these errors were encountered:
As of v7.0.0, eslint-react-plugin gives this deprecation warning:
Need to update our usage of this rule. v7 also updates its
no-deprecated
rule to add warnings for React 15.5's deprecation ofReact.PropTypes
andReact.createClass
.The text was updated successfully, but these errors were encountered: